Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Available from CRM.COM R4.0.0
Tip
Excerpt

This method is used to get the latest wallet transactions of a specific wallet.

...

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:

Include Page
V4:wallet_identifier
V4:wallet_identifier

wallet_transaction_type_identifier
(optional)

Wallet Transaction Type identifier

The wallet transactions type of the wallet transactions that should be retrieved in the results. The allowed wallet transaction type identifier fields are the following:

Include Page
V4:wallet_transaction_type_identifier
V4:wallet_transaction_type_identifier

number
(mandatory)
NumberThe 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

...