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
}

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

Success — returns the created service item

The response is of type object.