Authorization: ********************
{
"org_id": "string",
"time_zone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"billing_id": "string",
"name": "string",
"p3_owner_id": "string",
"archived": true,
"field_mask": [
"string"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string",
"time_zone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"billing_id": "string",
"name": "string",
"p3_owner_id": "string",
"archived": true,
"field_mask": [
"string"
]
}'
{
"organization": {
"org_id": "string",
"enabled_regions": {
"property1": 0,
"property2": 0
},
"region_id": "string",
"billing_id": "string",
"client_sid": 0,
"name": "string",
"add_date": "1s",
"is_manual_only_account": true,
"backoffice_theme": "CLIENT_SKIN_DEFAULT",
"archived": true,
"crm_id": "string",
"time_zone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"callbacks_service_id": "string",
"p3_owner_id": "string"
}
}