Skip to main content
POST
aid_mgmnt_price_packages_post

Authorizations

Authorization
string
header
required

Bearer authentication (token authentication) should be used for accessing the API.

Use Get Token to get an access token for client credentials. Pass the token in the request header:

where the access_token is JSON Web Tokens (JWT).

Path Parameters

oid
string<^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$>
required

An id that uniquely identifies the account or owner (partner)

Body

application/json
name
string
required
description
string
required
products
object[]
required
price_package_id
string
required
pricing_conditions
string
source_price_package_id
string

The ID of the price package that this price package is based on.

metadata
object

A set of key/value pairs that you can attach to price package.

Response

Price package

price_package
object
required

This object contains the details for a price package that can be given to zero or more accounts

Last modified on July 22, 2026