POST {{baseUrl}}/phone/common_area_phones/:commonAreaPhoneId/calling_plans
Assign calling plans to common area phone. Prerequisites: Scopes: Rate Limit Label:
phone:write:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
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
}
]
} |
ENDPOINTS