post
https://api.timify.com/v1/services
This endpoint creates a new service. All appointments, for this service, is saved as a single interval. 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"
"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"
}
]
},
{}
]
}