SWAPI – JobAdd, Timeslot

JobAdd has been updated to allow updating of TimeSlot,

·         1=AM

·         2=PM

·         0=Anytime

when a specific time of day is not being submitted.

JobAdd

Request

<SessionRequest Version="string" SessionID="{7588E489-7E99-4F68-A3C8-F3E86BD92241}" RequestID="string">

  <JobAdd Version="string">

    <JobClass>string</JobClass>

    <JobType>string</JobType>

    <Dept>string</Dept>

    <LeadSource>string</LeadSource>

    <EmployeeCode>string</EmployeeCode>

    <SchedDT>dateTime</SchedDT>

    <NewCustomer>boolean</NewCustomer>

    <LocationID>int</LocationID>

    <CompanyName>string</CompanyName>

    <CustTitle>string</CustTitle>

    <Lastname>string</Lastname>

    <Zip>string</Zip>

    <Phone1>string</Phone1>

    <AR_BillingCustomerID>int</AR_BillingCustomerID>

    <LeadSourceRef>string</LeadSourceRef>

    <Zone>string</Zone>

    <Priority>boolean</Priority>

    <PriorityLevel>int</PriorityLevel>

    <CustomerPONum>string</CustomerPONum>

    <Contact>string</Contact>

    <PreferredEmp>string</PreferredEmp>

    <PaymentMethod>string</PaymentMethod>

    <UnitID>int</UnitID>

    <UnitType>string</UnitType>

    <UnitAge>int</UnitAge>

    <JobInstructions>string</JobInstructions>

    <CallReason>string</CallReason>

    <DNIS>string</DNIS>

    <ClaimNo>string</ClaimNo>

    <ContractNo>string</ContractNo>

    <LeadSourceType>string</LeadSourceType>

    <EmailAddress>string</EmailAddress>

    <NoEmail>boolean</NoEmail>

    <SendBooked>boolean</SendBooked>

    <SendReminder>boolean</SendReminder>

    <ScheduleText>string</ScheduleText>

    <TimeSlot>int</TimeSlot>

  </JobAdd>

</SessionRequest>