timeframe-id
for the new date ranges. These timeframe-id
s will be generated automatically.Authorization: Bearer ********************
{
"timeframe-specific-dates-array": [
{
"timeframe-id": "string",
"timeframe-specific-dates-begin-date": "string",
"timeframe-specific-dates-begin-time": "string",
"timeframe-specific-dates-end-date": "string",
"timeframe-specific-dates-end-time": "string",
"timeframe-recurrence-type": "string",
"timeframe-recurrence-custom-interval": "string",
"timeframe-recurrence-custom-interval-count": "string",
"timeframe-recurrence-custom-interval-option": "string",
"timeframe-recurrence-end-option": "string",
"timeframe-recurrence-end-date": "string"
}
]
}
curl --location -g --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/users/{{user}}/timeframes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"timeframe-specific-dates-array": [
{
"timeframe-id": "string",
"timeframe-specific-dates-begin-date": "string",
"timeframe-specific-dates-begin-time": "string",
"timeframe-specific-dates-end-date": "string",
"timeframe-specific-dates-end-time": "string",
"timeframe-recurrence-type": "string",
"timeframe-recurrence-custom-interval": "string",
"timeframe-recurrence-custom-interval-count": "string",
"timeframe-recurrence-custom-interval-option": "string",
"timeframe-recurrence-end-option": "string",
"timeframe-recurrence-end-date": "string"
}
]
}'
{}