Tip |
---|
Available from CRM.COM R14.0.0 |
Excerpt |
---|
This method transfers money from an active wallet to its related accounts receivable or from an active accounts receivable to its related active wallet, if there is enough money. |
Resource URL
Parameters
Name | Type | Description | ||||||||
token | String | The token retrieved from the login method | mode (mandatory) | String | ||||||
wallet_identifier | Wallet identifier | The identifier of the wallet from which the money will be transferred. Note that this information is applicable and mandatory only if the mode is set to WALLET_TO_ACCOUNT. The allowed wallets identifier fields are the following:
| ||||||||
accounts_receivable_identifier (semi-optional) | Accounts Receivable Identifier | The identifier of the accounts receivable from to which the money will be transferred. Note that this information is applicable and mandatory only if the mode is set to ACCOUNT_TO_WALLET. 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 or from the active accounts receivable to its related active wallet based on the mode selected. This amount is in the accounts receivable's currency which is also the wallet's currency. | ||||||||
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 |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
Name | Type | Description | ||
---|---|---|---|---|
wallet_balance | Number | The balance of the wallet after the transfer | ||
wallet_alternative_balance | Number | The balance of the wallet in wallet alternative currency, after the transfer
| ||
accounts_receivable_balance | Number | The balance of the account after the transfer | ||
Wallet Transaction object | The wallet transaction that was created during the transfer | |||
credit_note | Credit Note object | The credit note that was created during the transfer |
Referred Objects Response Data Anchor transfer to account reference data transfer to account reference data
Include Page | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
Examples
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
HTTP Method: POST
Request: Body:
Response:
|