Administration
Update a tenant
Update tenant properties by it's unique ID.
post/tenants/{id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the tenant.
Request body
Example request
{
"currency": "USD",
"office_hours": {
"monday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"tuesday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"wednesday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"thursday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"friday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"saturday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"sunday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
}
},
"e164": {
"country": "Angola(244)"
}
}Response
OK