curl --request PUT \
--url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Schedule \
--header 'Content-Type: application/json' \
--data '{
"Schedule": {
"Id": "<string>",
"ScheduleItems": [
{
"Id": "<string>",
"Name": "<string>",
"Start": "2023-11-07T05:31:56Z",
"End": "2023-11-07T05:31:56Z",
"StartTimeZone": "<string>",
"Recurrence": {
"Id": "<string>",
"StartTime": "<string>",
"EndTime": "<string>",
"Offset": "<string>",
"EndCount": 123,
"RecurrenceType": "<string>",
"Interval": "<string>",
"Duration": "<string>",
"Pattern": "<any>",
"Exceptions": [
{
"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>",
"Schedule": {
"Id": "<string>",
"ScheduleItems": [
{
"Id": "<string>",
"Name": "<string>",
"Start": "2023-11-07T05:31:56Z",
"End": "2023-11-07T05:31:56Z",
"StartTimeZone": "<string>",
"Recurrence": {
"Id": "<string>",
"StartTime": "<string>",
"EndTime": "<string>",
"Offset": "<string>",
"EndCount": 123,
"RecurrenceType": "<string>",
"Interval": "<string>",
"Duration": "<string>",
"Pattern": "<any>",
"Exceptions": [
{
"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"
}
]
}
}
]
}
}
curl --request PUT \
--url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Schedule \
--header 'Content-Type: application/json' \
--data '{
"Schedule": {
"Id": "<string>",
"ScheduleItems": [
{
"Id": "<string>",
"Name": "<string>",
"Start": "2023-11-07T05:31:56Z",
"End": "2023-11-07T05:31:56Z",
"StartTimeZone": "<string>",
"Recurrence": {
"Id": "<string>",
"StartTime": "<string>",
"EndTime": "<string>",
"Offset": "<string>",
"EndCount": 123,
"RecurrenceType": "<string>",
"Interval": "<string>",
"Duration": "<string>",
"Pattern": "<any>",
"Exceptions": [
{
"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>",
"Schedule": {
"Id": "<string>",
"ScheduleItems": [
{
"Id": "<string>",
"Name": "<string>",
"Start": "2023-11-07T05:31:56Z",
"End": "2023-11-07T05:31:56Z",
"StartTimeZone": "<string>",
"Recurrence": {
"Id": "<string>",
"StartTime": "<string>",
"EndTime": "<string>",
"Offset": "<string>",
"EndCount": 123,
"RecurrenceType": "<string>",
"Interval": "<string>",
"Duration": "<string>",
"Pattern": "<any>",
"Exceptions": [
{
"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"
}
]
}
}
]
}
}
The response is of type object
.