Update Service Item
Update an existing service item’s pricing or billing configuration.
What this does: Returns the updated service item record. Only the fields you send are changed. Pricing changes apply at the next billing cycle for active subscriptions using this service.
Next steps:
- Confirm the update —
GET /v1.0/services/items
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 this item belongs to
"SID-abc123"
Optional aggregator ID
"AGG-abc123"
Optional distributor ID
"DID-abc123"
The new price for this service item
14.99
Whether this is a monthly recurring charge (true) or one-time (false)
true
Response
Success — returns the updated service item
The response is of type object.