Create Package
Create a new package with name, description, type, price, and billing frequency. Packages bundle products together for subscriber offerings.
What this does: Returns the new package’s PackageId (PID-) and full record. Store the PID- — it is required when creating subscriptions. Add products to the package using the items endpoints.
Next steps:
- Add items to the package —
POST /v1.0/packages/items/add - Create a subscription —
POST /v1.0/subscriptions
Body
Package name
"Package 10"
Package type (e.g., sip, esim)
"sip"
Package price
300
Monthly recurring charge
true
Package description
"Package 10 Description"
Telegent Subscriber ID. Format: TSUID- followed by a UUID. Create one via POST /v1.0/subscribers/create or look up existing IDs with GET /v1.0/subscribers/get.
"TSUID-A2AD6FB7-2D53-40CE-96E4-EBB7F7C54509"
List of products in package
Response
Create Package
The response is of type object.