Authorization: ********************
{
"business_hours_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/preferences/businesshours/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_hours_id": "string"
}'
{
"business_hours": {
"org_id": "string",
"description": "string",
"business_hours_id": "string",
"business_hours_name": "string",
"timezone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"day_intervals": [
{
"day": "SUNDAY",
"start": {
"hour": 0,
"minute": 0
},
"end": {
"hour": 0,
"minute": 0
}
}
],
"last_updated": "1s"
}
}