Assign calling plans to a common area
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
Common Area Optimization
Prerequisites:
- Pro or a higher account with Zoom Phone license.
- Account owner or admin permissions.
Scope:
phone:write:admin
Rate Limit Label
:
Light
Request Body
{"calling_plans"=>[{"type"=>100}, {"type"=>100}]}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"calling_plans":[{"name":"US/CA Metered Calling Plan","type":100},{"name":"US/CA Metered Calling Plan","type":100}]}