Add Service Item
Add a new pricing item or component to an existing service. Service items define the cost and billing frequency (monthly or one-time) for the service at a specific distributor or aggregator level.
What this does: Returns a confirmation for the new item. Service items define the price and billing frequency for a service at a specific distributor or aggregator scope. Multiple items can exist on a single service for different pricing tiers.
Next steps:
- View all items on the service —
GET /v1.0/services/items - Update an item —
POST /v1.0/services/items/update
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter the token obtained from the Authentication endpoint
Body
The service ID to add the item to
"SID-abc123"
Optional aggregator ID
"AGG-abc123"
Optional distributor ID
"DID-abc123"
The price for this service item
9.99
Whether this is a monthly recurring charge (true) or one-time (false)
true
Response
Success — returns the created service item
The response is of type object.