POST {{baseUrl}}/phone/common_areas/:commonAreaId/calling_plans
Use this API to assign calling plans to a common area. Note: For use by customers who opted for Prerequisites:
* Pro or a higher account with Zoom Phone license.
* Account owner or admin permissions. Scopes: Granular Scopes: Rate Limit Label: Common Area Optimization
phone:write:admin
phone:write:common_area_calling_plan:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"calling_plans": [
{
"name": "<string>",
"type": "<integer>",
"billing_account_id": "<string>",
"billing_account_name": "<string>"
},
{
"name": "<string>",
"type": "<integer>",
"billing_account_id": "<string>",
"billing_account_name": "<string>"
}
]
} |
ENDPOINTS