Create Timetable

POST https://{{axpAPIDomain}}/api/business-hours/v1/accounts/:accountId/timetables

Creates a new Timetable.

Request Body

{"name"=>"Timetable 2021", "description"=>"A timetable for 2021 that contains a five-day working week without interruptions", "timeZone"=>"Europe/Dublin", "autoDaylightSavingTime"=>true}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"timetableId":"8c872648-2b50-11ec-8d3d-0242ac130003","name":"Timetable 2021","description":"A timetable for 2021 that contains a five-day working week without interruptions","timeZone":"Europe/Dublin","autoDaylightSavingTime":true}