Name | Value |
---|---|
NAME | SDES2 RESTORE CLIN AVAIL |
TAG | RESTORE |
ROUTINE | SDES2RSTCAVAIL |
RETURN VALUE TYPE | ARRAY |
AVAILABILITY | RESTRICTED |
APP PROXY ALLOWED | Yes |
DESCRIPTION | This RPC will allow the restore of clinic availability. If the day was a full day cancel, will restore full day. If time periods (partial) day cancellation were cancelled, then the RPC will restore a partial day for the time period start time sent in. |
INPUT PARAMETER |
|
RETURN PARAMETER DESCRIPTION | { { "Error": [ "Error: Not a cancelled period. Must send defined cancelled period.", { "Restore Periods": [ "2023-09-27T08:00-0400 (to restore: 2023-09-27T08:00-0400 to 2023-09-27T10:00-0400)", "2023-09-27T15:00-0400 (to restore: 2023-09-27T15:00-0400 to 2023-09-27T16:00-0400)" ] "Restore": [ } ], "Restore": [ "" ] } Example 2: "Restore completed successfully" { "Error": [ "Error: No time needed for Full restore." ], "Restore": [ "" ] } ] } Example errors: Example 1: |