Tip |
---|
Available from CRM.COM R14.0.0 |
Excerpt |
---|
This method transfers money from an active wallet to its related accounts receivable, if there is enough money. |
...
Name | Type | Description | ||||||||
token | String | The token retrieved from the login method | ||||||||
wallet_identifier | Wallet identifier | The identifier of the wallet from which the money will be transferred. The allowed wallets identifier fields are the following:
| ||||||||
accounts_receivable_identifier (optional) | Accounts Receivable Identifier | The identifier of the accounts receivable to which the money will be transferred. If not specified then the wallet amount will be transferred to the accounts receivable that owns the wallet. The allowed accounts receivable identifier fields are the following:
| ||||||||
amount (mandatory) | Float | The amount that will be transferred from the active wallet to its related accounts receivable | ||||||||
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 |
...