Skip to main content
POST
/
v1.0
/
numbers
/
update
json
{
  "Number": "+18018018011",
  "MessageEnabled": true,
  "MessageType": "p2p",
  "VoiceEnabled": true,
  "MessageRouteId": "MRID-73af1e73-d7b3-4696-bdd9-5b407d9e99ee",
  "VoiceRouteId": "CRID-4dec6beb-3985-444b-8c06-8baa5jjvawe"
}
{
  "Number": "+18018018011",
  "Tnid": null,
  "UpdateOrderId": "JNUOID-9ac74103-bf27-474a-8a1a-9f4ff74af187",
  "UpdateOrderDate": "2025-05-14T22:21:08.2813656+00:00",
  "UpdateOrderStatus": "Complete",
  "MessageType": "p2p",
  "MessageEnabled": true,
  "Classification": "MVNO",
  "VoiceEnabled": true,
  "MessageRouteId": "MRID-73af1e73-d7b3-4696-bdd9-5b407d9e99ee",
  "VoiceRouteId": "CRID-4dec6beb-3985-444b-8c06-8baa5jjvawe",
  "Iccid": "8901240397190557414F",
  "Cnam": "ABC Corp"
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
Number
string
required

Phone number to update (E.164 format)

Example:

"+18018018011"

MessageEnabled
boolean

Enable/disable SMS/MMS capabilities

Example:

true

MessageType
enum<string>

Message type

Available options:
a2p,
p2p
Example:

"p2p"

Classification
enum<string>

Number classification

Available options:
MVNO,
IoT,
VoIP
Example:

"MVNO"

VoiceEnabled
boolean

Enable/disable voice capabilities

Example:

true

MessageRouteId
string

MRID for message routing

Example:

"MRID-73af1e73-d7b3-4696-bdd9-5b407d9e99ee"

VoiceRouteId
string

CRID for voice routing

Example:

"CRID-4dec6beb-3985-444b-8c06-8baa5jjvawe"

AssignedSubscriberId
string

Subscriber ID

Example:

"SID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d"

Iccid
string

SIM card ICCID (for IoT/MVNO)

Example:

"8901240397190556232"

Cnam
string

Caller ID name

Example:

"ABC Corp"

Response

200 - application/json

Numbers Update

The response is of type object.