Update a phone number
PUT/v1/phone/{ccc}/{national}
Updates a registered phone number and returns all information about it.
Path Parameters
ccc stringrequired
Country code of the phone number
Example:
1
national stringrequired
National part of the phone number
Example:
6467629160
Body
required
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 415
- 500
OK - Existing phone number has been updated and returned successfully.
Bad Request - A required parameter is missing or has an invalid value.
Unauthorized - The API Key is invalid or missing.
Forbidden - Partner is not allowed to access resource.
Not Found - A requested resource was not found.
Request timeout - A complete request was not received by the server within its allotted timeout period. It's safe to retry.
Unsupported Media Type - Accepted content-type is 'application/json'.
Internal Server Error - The server has experienced an unexpected condition and is unable to process the request.