Create a phone number
post
Create a new secondary phone number for a customer.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
customerIdstringRequired
Body
phoneNumberstring · min: 1Required
phoneTypestring · min: 1Required
lineTypestring · enumOptionalPossible values:
lineStatusstring · enumOptionalPossible values:
notestringOptional
Responses
201
Phone number created successfully
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
409
Conflict
application/json
500
Internal Server Error
application/json
post
/v1/agents/{agentId}/customers/{customerId}/phone-numbersLast updated