Update peering phone numbers
PATCH {{baseUrl}}/phone/peering/numbers
Updates phone numbers to Zoom through the Provider Exchange.
Note: Phone peering API and events are for partners that have completed the MoU to peer with Zoom. To become a peering provider/ carrier, submit your request.
Prerequisites: * A Business or Enterprise account * A Zoom Phone license
Scopes: phone:write:admin
,phone_peering:write:admin
Granular Scopes: phone:update:peering_number:admin
Rate Limit Label: Light
Request Body
{"carrier_code"=>"<integer>", "phone_numbers"=>[{"phone_number"=>"<string>", "billing_reference_id"=>"<string>", "service_info"=>"<string>", "sip_trunk_name"=>"<string>", "status"=>"<integer>"}, {"phone_number"=>"<string>", "billing_reference_id"=>"<string>", "service_info"=>"<string>", "sip_trunk_name"=>"<string>", "status"=>"<integer>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"unprocessed_numbers":[{"failure_reason":"\u003cstring\u003e","phone_number":"\u003cstring\u003e"},{"failure_reason":"\u003cstring\u003e","phone_number":"\u003cstring\u003e"}]}