v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Partner Endpoints

partner/billing-packages

This endpoint is used to retrieve the list of billing packages that you can assign to an account.

get/partner/billing-packages

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

Example response

{
  "Success": true,
  "BillingPackages": {
    "0": {
      "PackageName": "Enterprise Billing Package",
      "DateAdded": "2019-11-03 01:00:00",
      "CreatedBy": "ABC Partner",
      "Currency": "CAD"
    }
  }
}