Setup Cx Packages

List

Retrieve a paginated list of Setup Cx Packages records. Supports filtering, sorting, and search.

get/api/cp/setup/cx-package

Response

Successful response

idinteger

Id

account_idinteger

Account Id (references account.id)

cx_package_idinteger

Cx Package Id (references cx_package.id)

qtyinteger

Qty

max_daily_qtyinteger

Max Daily Qty

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "cx_package_id": 1,
    "qty": 123,
    "max_daily_qty": 123
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.