PUT
/
api
/
v1
/
Exception
curl --request PUT \
  --url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Exception \
  --header 'Content-Type: application/json' \
  --data '{
  "RecurrenceException": {
    "Id": "<string>",
    "RecurrenceId": "<string>",
    "OriginalTime": "2023-11-07T05:31:56Z",
    "IsDeleted": true,
    "NewStart": "<string>",
    "NewEnd": "<string>",
    "NewStartTime": "2023-11-07T05:31:56Z",
    "NewEndTime": "2023-11-07T05:31:56Z"
  }
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "RecurrenceException": {
    "Id": "<string>",
    "RecurrenceId": "<string>",
    "OriginalTime": "2023-11-07T05:31:56Z",
    "IsDeleted": true,
    "NewStart": "<string>",
    "NewEnd": "<string>",
    "NewStartTime": "2023-11-07T05:31:56Z",
    "NewEndTime": "2023-11-07T05:31:56Z"
  }
}

Body

application/json

Response

200 - application/json

The response is of type object.