Skip to main content
POST
/
v1.0
/
subscriptions
/
update
json
{
  "SubscriptionId": "SUB-ef84c0b5-d750-4a5a-99b1-4705089cd20c",
  "PackageId": "PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db",
  "Type": "Voip 1"
}
{
  "SubscriptionId": "SUB-ef84c0b5-d750-4a5a-99b1-4705089cd20c",
  "SubscriberId": "SID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d",
  "TNID": "NID-B5B67F02-708A-1851-20DF-61FC1919C4F6",
  "ICCID": "8901240397190002080",
  "PackageId": "PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db",
  "Type": "Voip",
  "Active": true
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
SubscriptionId
string
required

Subscription ID to update

Example:

"SUB-ef84c0b5-d750-4a5a-99b1-4705089cd20c"

SubscriberId
string
Example:

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

TNID
string
Example:

"NID-B5B67F02-708A-1851-20DF-61FC1919C4F6"

ICCID
string
Example:

"8901240397190002080"

PackageId
string
Example:

"PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db"

Type
string
Example:

"Voip 1"

Response

200 - application/json

Update Subscription

The response is of type object.