curl --request POST \
--url https://api.example.com/v1.0/numbers/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Number": "<string>",
"MessageEnabled": true,
"MessageType": "<string>",
"Classification": "<string>",
"VoiceEnabled": true,
"MessageRouteId": "<string>",
"VoiceRouteId": "<string>",
"AssignedSubscriberId": "<string>",
"CnamLastName": "<string>",
"CnamFirstName": "<string>",
"ProductType": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1.0/numbers/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Number": "<string>",
"MessageEnabled": true,
"MessageType": "<string>",
"Classification": "<string>",
"VoiceEnabled": true,
"MessageRouteId": "<string>",
"VoiceRouteId": "<string>",
"AssignedSubscriberId": "<string>",
"CnamLastName": "<string>",
"CnamFirstName": "<string>",
"ProductType": "<string>"
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Update_Number_Request object
1Success