Skip to main content
POST
/
v1.0
/
packages
/
items
/
add
json
{
  "PackageId": "PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db",
  "ProductId": "PRID-d9e74d70-3ca8-40f3-a415",
  "Price": "1.12",
  "Monthly": false,
  "Type": "Type 3"
}
{
  "PackageItemId": "PIID-4efee842-16f0-4803-9780-8c3c30d19b74",
  "PackageId": "PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db",
  "ProductId": "PID-9E4F3852-5405-E9FC-2FDF-7A0530B7D862",
  "AggregatorId": "DID-1e24785ab-3f3c-7db1-89d7-956d80fdnn2",
  "DistributorId": "DID-1e24785ab-3f3c-7db1-89d7-956d80fdnn2",
  "Type": "Type 3",
  "Price": 1.12,
  "Monthly": false,
  "Active": true
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
PackageId
string
required

Package ID

Example:

"PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db"

ProductId
string
required

Product ID to add

Example:

"PRID-d9e74d70-3ca8-40f3-a415"

Price
string

Item price

Example:

"1.12"

Monthly
boolean

Monthly recurring

Example:

false

Type
string

Item type

Example:

"Type 3"

Response

200 - application/json

Add Package Item

The response is of type object.