Accounts
Create Loyalty Points Account
This API method allows the calling application to create a loyalty scheme points account and place into the corresponding wallet.
post/wallet/{walletId}/scheme/{schemeId}/account
Path parameters
walletIdstring string required
EES AIR Wallet ID
schemeIdstring string required
EES AIR Scheme ID
Request body
Example request
{
"details": {
"details": {
"key1": "Value1",
"key2": "AnotherValue"
}
}
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.