SWAPI – JobAssignmentRemove

New SWAPI command for removing an employee (technician) from a call for a job.

JobAssignmentRemove

Command requires a valid AssignmentID.  The assignment can only be removed if the assignment has not been dispatched or put on-site.

 

Command returns if request was successful, or fails with an error message.

Request

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

  <JobAssignmentRemove Version="string">

    <AssignmentID>int</AssignmentID>

  </JobAssignmentRemove>

</SessionRequest>

Response

<JobAssignmentRemoveResponse Successful="true" ResultCode="000" ResultText="Successful" Version="1.9.500.13" RequestID="string"/>