Book Job REST API
Resource URL Summary
Request to book a new work order for the specified time slot
POST /seiapi/v3/trans/WorkOrder/${WorkOrderID}/Followup
API Specific Parameters
Parameter | Description |
---|---|
| Identifies the current Work Order number requiring follow-up service. |
HTTP Headers
This API uses the default ServiceMobility HTTP Headers.
API Specifics
Request to book a new work order for the specified time slot
This REST API will request the booking of a new Work Order for an available appointment slot that has been obtained via the Appointment Search REST API.
URL
POST /seiapi/v3/trans/WorkOrder/${WorkOrderID}/Followup
HTTP Request Body
The HTTP request body must contain a valid Book Job Object.
HTTP Response
On success, an HTTP status code of 200 will be returned, and the response body will contain a Book Job Response Object. Otherwise, on error, the response body will contain a descriptive reason for the error.Â