Skip to main content
POST
/
v1.0
/
packages
json
{
  "PackageName": "Package 10",
  "Description": "Package 10 Description",
  "Type": "sip",
  "Price": 300.0,
  "Monthly": true
}
{
  "PackageId": "PID-23bf4d8d-14bf-431b-88a4-9a214a87b58a",
  "PackageName": "Package 4",
  "DistributorId": "DID-1e24785ab-3f3c-7db1-89d7-956d80fdnn2",
  "AggregatorId": "AID-A49349FB-170E-44BF-B61E-DCC65A3FEA1A",
  "SubscriberId": "TSUID-A2AD6FB7-2D53-40CE-96E4-EBB7F7C54509",
  "Type": "sip",
  "Price": 100,
  "Monthly": true,
  "Active": true
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
PackageName
string
required

Package name

Example:

"Package 10"

Type
string
required

Package type (e.g., sip, esim)

Example:

"sip"

Price
number
required

Package price

Example:

300

Monthly
boolean
required

Monthly recurring charge

Example:

true

Description
string

Package description

Example:

"Package 10 Description"

SubscriberId
string

Subscriber ID

Example:

"TSUID-A2AD6FB7-2D53-40CE-96E4-EBB7F7C54509"

PackageItems
object[]

List of products in package

Response

200 - application/json

Create Package

The response is of type object.