SWAPI –JobQuery JobProgress

JobQuery

JobProgress has been added to the results of JobQuery. Possible values include 'Unscheduled', 'Scheduled', 'Confirmed', 'Notified', 'Dispatched', 'InProgress', 'Onsite', 'Offsite', 'Completed', 'Closed', 'Invoiced', and 'Canceled'. 

Request

<SessionRequest Version="string" SessionID="{7E036ADC-C593-456C-A580-4C0A4769A88F}" RequestID="string">

  <JobQuery Filter="string" Max="string" OrderBy="string" StyleNo="string" StyleOptions="string">

    <JobNo>221144</JobNo>

  </JobQuery>

</SessionRequest>

 

Response

<?xml version="1.0"?>

<JobQueryData RequestID="string">

  <JobQueryRecord>

    <JobID>integer</JobID>

    <JobNo>string(10)</JobNo>

    <JobClass>string(15)</JobClass>

    <JobType>string(6)</JobType>

    <Department>string(2)</Department>

    <Status>string(6)</Status>

    <LocationType>string(6)</LocationType>

    <FirstName>string(25)</FirstName>

    <LastName>string(35)</LastName>

    <CompanyName>string(35)</CompanyName>

    <Address1>string(35)</Address1>

    <Address2>string(35)</Address2>

    <City>string(20)</City>

    <State>string(2)</State>

    <Zip>string(10)</Zip>

    <Phone>string(12)</Phone>

    <Email>string(150)</Email>

    <LocationID>integer</LocationID>

    <AccountFirstName>string(25)</AccountFirstName>

    <AccountLastName>string(35)</AccountLastName>

    <AccountCompanyName>string(35)</AccountCompanyName>

    <AccountAddress1>string(35)</AccountAddress1>

    <AccountAddress2>string(35)</AccountAddress2>

    <AccountCity>string(20)</AccountCity>

    <AccountState>string(2)</AccountState>

    <AccountZip>string(10)</AccountZip>

    <AccountPhone>string(12)</AccountPhone>

    <AccountEmail>string(150)</AccountEmail>

    <AR_BillingCustomerID>integer</AR_BillingCustomerID>

    <AccountNumber>string(10)</AccountNumber>

    <Instructions>string</Instructions>

    <AgreementType>string(60)</AgreementType>

    <AgreementID>integer</AgreementID>

    <ContractNo>string(20)</ContractNo>

    <ClaimNo>string(10)</ClaimNo>

    <ContractPlanTypes>string(8000)</ContractPlanTypes>

    <WorkDone>string</WorkDone>

    <WorkSuggested>string</WorkSuggested>

    <WarrantyType>string(60)</WarrantyType>

    <WarrantyID>integer</WarrantyID>

    <UnitType>string(50)</UnitType>

    <UnitID>integer</UnitID>

    <UnitAge>integer</UnitAge>

    <CustomerPONum>string(12)</CustomerPONum>

    <JProgress>integer</JProgress>

    <JobProgress>string(11)</JobProgress>

  </JobQueryRecord>

</JobQueryData>