Resource URL Summary
Retrieve the details of open appointment slots
POST /seiapi/v3/trans/Appointments/OpenSlots
API Specific Parameters
There are no API specific parameters for the Appointment Search REST API.
HTTP Headers
This API uses the default ServiceMobility HTTP Headers.
API Specifics
Retrieve the details of open appointment slots
This REST API will return the details of open Appointment slots, based on the specified REST Object Definitions Work Order Activity Related Objects Appointment Search Object.
URL
POST /seiapi/v3/trans/Appointments/OpenSlots
HTTP Request Body
The HTTP request body must contain a valid REST Object Definitions Work Order Activity Related Objects Appointment Search Object.
HTTP Response Body
On success, an HTTP response code of 200 will be returned, and the response body will contain open appointment slots in REST Object Definitions Work Order Activity Related Objects TimeConstraints Object collection. Otherwise, on error, the response body will contain a descriptive reason for the error.
{ "TimeConstraints": [ { "Desc": "", "Type": "", "Period": { "Start": "", "End": "" } } ] }