v1
latestOpenAPI 3.0.32026-07-243003151.2 MBAccounts
Create Entitlement Coupon
This API method allows the calling application to create a new Entitlement Account (of type COUPON) and link it to existing Subscription Account, identified by parentAccountId
post/wallet/{walletId}/account/{parentAccountId}/campaign/{campaignId}/account
Path parameters
walletIdstring string required
EES AIR Wallet ID
campaignIdstring string required
EES AIR Campaign ID
parentAccountIdstring string required
Subscription Account ID into which newly created Entitlement Account will be linked to
Request body
Example request
{
"details": {
"details": {
"key1": "Value1",
"key2": "AnotherValue"
}
}
}Response
Created