Skip to main content
POST
/
v1.0
/
packages
/
items
/
add
json
{
  "PackageId": "PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db",
  "Price": "1.12",
  "Monthly": false,
  "Type": "Type 3"
}
{
  "PackageItemId": "PIID-4efee842-16f0-4803-9780-8c3c30d19b74",
  "PackageId": "PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db",
  "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"

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.