Work Order Dispatch REST API
Resource URL Summary
Retrieve dispatch status for a specific work order
GET
/seiapi/v3/trans/WorkOrder/${WorkOrderNum}/Dispatch
 Update dispatch status for a specific work order
PUT
/se
iapi/v3/trans/WorkOrder/${WorkOrderNum}/Dispatch
API Specific Parameters
Parameter | Description |
---|---|
${WorkOrderNum} | Identifies the Work Order Dispatch Object. |
Retrieve dispatch status for a specific work order
This REST API will return the dispatch status information for the work order. The work order with specified ID must already exist in the system.
URL
GET /seiapi/v3/trans/WorkOrder/${OrderNum}/Dispatch
HTTP Response Body
The HTTP response body, on success, will contain a Work Order Dispatch Object. Otherwise, on error, the response body will contain a descriptive reason for the error.Â
Update dispatch status for a specific work order
This REST API will update dispatch status information for a specific work order. The system will modify dispatch status in case work order exists in the system. If dispatch status information was changed, the HTTP response code of 200 will be returned. Otherwise, on error, the appropriate HTTP response code will be returned along with details of the error in the response body.
All properties and objects not included in the request body will be ignored. Therefore, only properties and objects that are included will be updated within the Work Order Object.
URL
PUT /seiapi/v3/trans/WorkOrder/${OrderNum}/Dispatch
HTTP Request Body
The HTTP request body must contain a valid Work Order Dispatch Object.Â
HTTP Response
On success the API will return a status code of 200.Â