New
SWAPI command for assigning an employee (technician) to a call for a job.
Command
requires a valid CallID and EmployeeCode.
The assignment cannot be added if the call is in a completed state.
Command
returns if request was successful, or fails with an error message.
<SessionRequest
Version="string"
SessionID="{7F84A538-5417-4DD6-8FDD-E206D4D526DE}"
RequestID="string">
<JobAssignmentAdd
Version="string">
<CallID>int</CallID>
<EmployeeCode>string</EmployeeCode>
</JobAssignmentAdd>
</SessionRequest>
<JobAssignmentAddResponse
Successful="true" ResultCode="000"
ResultText="Successful" Version="1.9.500.13"
RequestID="string"/>