Parameters to calculate wallet balance. Seller, customer, customer account, billing account and user account code parameters are mutually exclusive and only one of them should be provided.
name | data type | description |
---|---|---|
sellerCode | string | Seller code. |
customerCode | string | Customer code. |
customerAccountCode | string | Customer account code. |
billingAccountCode | string | Billing account code. |
userAccountCode | string | User account code. |
startDate | number | Date period to calculate balance: from. |
endDate | number | Date period to calculate balance: to. |
walletCode | string | Wallet template code. |
|
|
|
Example
{ "sellerCode" : "...", "customerCode" : "...", "customerAccountCode" : "...", "billingAccountCode" : "...", "userAccountCode" : "...", "startDate" : 12345, "endDate" : 12345, "walletCode" : "..." }