Proposals
Propose a purchase of a plan
This API let’s you to create a proposal of a billing/entitlement plan for an account
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
account_id corresponding to an account
Maximum string length:
50Example:
"ACC00001"
Body
application/json
Payload to initiate a proposal
Create a purchase for an account
Id of the price plan
Specifies whether this purchase is for granting entitlements or for an association. If left null, ENTITLEMENT_GRANT is taken as default
Available options:
ENTITLEMENT_GRANT, ASSOCIATION Available options:
PREPAID, POSTPAID entitlements override options for purchase of a price plan for an account
Response
Response to create proposal request
Represents a Purchase
Minimum string length:
1Minimum string length:
1Status of the purchase
Available options:
SUCCESS, FAILURE, PENDING, IN_PROGRESS, PROPOSAL_ACTIVE, PROPOSAL_APPROVED, PROPOSAL_DECLINED, PROPOSAL_EXPIRED Available options:
ENTITLEMENT_GRANT, ASSOCIATION Available options:
PREPAID, POSTPAID 