patch
https://api.timify.com/v1/services/
The service can optionally be limited to specific hours of the day. The calendar attribute needs to be present. The example following example limits the service to Mondays, Tuesdays and Fridays from 10:00 to 12:00 in the timezone "LATIN_AMERICA"
{
"calendar": {
"timezone": "America/Bogota",
"region": "LATIN_AMERICA",
"booking_weekly_allowance_plan": [
{},
{
"isActive": true,
"times": [
{
"begin": "10:00",
"end": "12:00"
}
]
},
{},
{},
{},
{
"isActive": true,
"times": [
{
"begin": "10:00",
"end": "12:00"
}
]
},
{}
],
"working_weekly_allowance_plan": [
{},
{
"isActive": true,
"times": [
{
"begin": "10:00",
"end": "12:00"
}
]
},
{},
{},
{},
{
"isActive": true,
"times": [
{
"begin": "10:00",
"end": "12:00"
}
]
},
{}
]
}
}