Update Number
PUT https://{{axpAPIDomain}}/api/admin/voice/v1/accounts/:accountId/phone-numbers/:phoneNumberId
This API requires the Account Administrator role.
Update phone number by using accountId and phoneNumberId. The possible field you can update is displayName.
The following field must be unique otherwise a HTTP 409 Conflcit
will be returned:
* phoneNumber
Will trigger asynchronous updates, the status of which should be monitored via /phone-numbers/{phoneNumberId}
.
Request Body
{"displayName"=>"private Number", "isCallingPartyNumber"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
appkey | string | ||
Content-Type | string | ||
Accept | string |