json
Services
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
POST
json
Body
application/json
The service ID this item belongs to
Example:
"SID-abc123"
Optional aggregator ID
Example:
"AGG-abc123"
Optional distributor ID
Example:
"DID-abc123"
The new price for this service item
Example:
14.99
Whether this is a monthly recurring charge (true) or one-time (false)
Example:
true
Response
Success — returns the updated service item
The response is of type object.