Tip |
---|
Available from CRM.COM R12.0.0 |
Tip |
---|
Deprecated from CRM.COM R17.0.0 |
Excerpt |
---|
This method is used to get wallet transactions which are not related to any wallet balance period and as a result, their amounts are not included in the opening balance of the wallet for the currently open wallet balance period. Wallet transactions of a single wallet can be retrieved by each call. |
...
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
token | String | The token retrieved from the login method | ||||||
wallet_identifier (mandatory) | Wallet Identifier | The identifier of the wallet that should be returned as a result. The allowed wallets identifier fields are the following:
| ||||||
number (optional) | Number | The number of wallet transactions to be retrieved, starting from the latest one | ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...