v1
latestOpenAPI 3.0.32026-07-243003151.2 MBAccounts
Create Subscription Account
This API method allows the calling application to create a Subscription Account with Entitlement Accounts (arisen from supplied Plan definition) and place them into the corresponding Wallet.
post/wallet/{walletId}/plan/{planId}/account
Path parameters
walletIdstring string required
EES AIR Wallet ID
planIdstring string required
EES AIR Plan ID
Request body
Example request
{
"details": {
"details": {
"key1": "Value1",
"key2": "AnotherValue"
}
}
}Response
Created