Skip to main content
POST
/
v1.0
/
services
/
items
/
add
json
{
  "ServiceId": "SID-abc123",
  "DistributorId": "DID-abc123",
  "Price": 9.99,
  "Monthly": true
}
{
  "ServiceId": "SID-abc123",
  "Price": 9.99,
  "Monthly": true,
  "Successful": true
}

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

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
ServiceId
string
required

The service ID to add the item to

Example:

"SID-abc123"

AggregatorId
string

Optional aggregator ID

Example:

"AGG-abc123"

DistributorId
string

Optional distributor ID

Example:

"DID-abc123"

Price
number

The price for this service item

Example:

9.99

Monthly
boolean

Whether this is a monthly recurring charge (true) or one-time (false)

Example:

true

Response

200 - application/json

Success — returns the created service item

The response is of type object.