Name | Value |
---|---|
NAME | SDES2 GET CANCELLED SLOTS |
TAG | GETCANCSLOTS |
ROUTINE | SDES2GETCANSLOTS |
RETURN VALUE TYPE | ARRAY |
AVAILABILITY | RESTRICTED |
APP PROXY ALLOWED | Yes |
DESCRIPTION | This RPC returns cancelled slots within a given timeframe for a given clinic in JSON format. |
INPUT PARAMETER |
|
RETURN PARAMETER DESCRIPTION | A JSON object for the specified clinic listing all of the cancelled slots "SlotsAvail": "X" }, { "BeginTime": "2023-12-21T16:45-0500", "CancelMessage": "Closed due to weather" "EndTime": "2023-12-21T18:00-0500", "SlotsAvail": "X" } ] } for the specified time range. { "CancelledSlots": [ { "BeginTime": "2023-12-21T08:00-0500", "CancelMessage": "Clinic closed for maintenance" "EndTime": "2023-12-21T16:45-0500", |