x-api-key: ********************x-api-env: ********************{
"description": "string",
"type": "other",
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"time_per_day": 0,
"skip_non_workday": true,
"external_ref": "string",
"recurring": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"schedule": "day",
"interval": 0,
"interval_options": {
"days_of_week": [
0
],
"day_of_month": [
0
],
"occurrence_in_month": "first",
"skip_non_workday": true
},
"ends_at": "string"
}
}curl --location --request PUT 'https://api.vplan.com/v1/resource//schedule_deviation/' \
--header 'x-api-key: <api-key>' \
--header 'x-api-env: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"description": "string",
"type": "other",
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"time_per_day": 0,
"skip_non_workday": true,
"external_ref": "string",
"recurring": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"schedule": "day",
"interval": 0,
"interval_options": {
"days_of_week": [
0
],
"day_of_month": [
0
],
"occurrence_in_month": "first",
"skip_non_workday": true
},
"ends_at": "string"
}
}'{
"id": "string",
"resource_id": "string",
"description": "string",
"type": "other",
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"time": 0,
"time_per_day": 0,
"skip_non_workday": true,
"external_ref": "string",
"icon": "string",
"color": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}