POST {{baseUrl}}/phone/common_area_phones/:commonAreaPhoneId/phone_numbers
Assign phone numbers to common area phone. Prerequisites: 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
{
"phone_numbers": [
{
"id": "S5q4FDC3QsOCnO7LqHgqNw",
"number": "+12058945543"
},
{
"id": "S5q4FDC3QsOCnO7LqHgqNw",
"number": "+12058945543"
}
]
} |
ENDPOINTS