{ "operationId": "Add Phone Numbers to a location", "method": "POST", "path": "/telephony/config/locations/{locationId}/numbers", "summary": "Add Phone Numbers to a location", "requestExamples": [ { "contentType": "application/json", "example": { "phoneNumbers": [ "+19136748203", "+19136748204", "+19136748205" ], "numberType": "TOLLFREE", "numberUsageType": "NONE", "state": "INACTIVE", "carrierId": "123e4567-e89b-12d3-a456-426614174000" } } ], "responseExamples": [] }