New
SWAPI command returns miscellaneous assignments for technicians. Miscellaneous assignments can be queried to
supplement employee job/call schedules obtained using ScheduleQuery. Miscellaneous assignment can
be queried for:
·
A
single assignment date
·
A
range of assignment dates
·
Employee
code
<SessionRequest
Version="string" SessionID="{7588E489-7E99-4F68-A3C8-F3E86BD92241}"
RequestID="string">
<MiscAssignmentQuery Filter="string"
Max="string" OrderBy="string" StyleNo="string" StyleOptions="string">
<AssignDate>dateTime</AssignDate>
<AssignDateThru>dateTime</AssignDateThru>
<EmployeeCode>string</EmployeeCode>
</MiscAssignmentQuery>
</SessionRequest>
<?xml
version="1.0"?>
<MiscAssignmentQueryData RequestID="string">
<MiscAssignmentQueryRecord>
<AssignmentID>integer</AssignmentID>
<ScheduledDT>dateTime</ScheduledDT>
<ScheduledDate>dateTime</ScheduledDate>
<ActualDuration>dateTime</ActualDuration>
<EmployeeCode>string(6)</EmployeeCode>
<Status>string(12)</Status>
<TimeIn>dateTime</TimeIn>
<TimeOut>dateTime</TimeOut>
<Comment>string(65)</Comment>
</MiscAssignmentQueryRecord>
</MiscAssignmentQueryData>