Retrieve the details of open appointment slotsThis 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 Panel |
---|
borderColor | grey |
---|
bgColor | whitesmoke |
---|
borderStyle | solid |
---|
| POST /seiapi/v3/trans/Appointments/OpenSlots
|
HTTP Request BodyThe HTTP request body must contain a valid REST Object Definitions Work Order Activity Related Objects Appointment Search Object. Insert excerpt |
---|
| REST Object Definitions Work Order Activity Related Objects Appointment Search ObjectREST Object Definitions Work Order Activity Related Objects |
---|
| Appointment Search Object |
---|
nopanel | true |
---|
|
HTTP Response BodyOn 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. Code Block |
---|
| {
"TimeConstraints": [
{
"Desc": "",
"Type": "",
"Period": {
"Start": "",
"End": ""
}
}
]
} |
|