Tip |
---|
From CRM.COM R14.0.0 and onwards |
Excerpt |
---|
This method allows purchasing a voucher of classification Electronic Voucher, through a retailer. Single voucher is purchased by each call |
...
Name | Type | Description | |||||||||||
token | String | The token retrieved from the login method | |||||||||||
voucher_type (mandatory) | Voucher type identifier | The identifier of the voucher type to be purchased. The allowed voucher type identifier fields are the following:
| description | String | The description of the eVoucher to be purchased | ||||||||
sold_by_unit_identifier (mandatory) | Unit Identifier | The identifier of the retailer's unit that will be sell the voucher eVoucher. The unit must own an accounts receivable. The allowed unit identifier fields are the following:
| |||||||||||
purchased_by_identifier (mandatory) | Accounts Receivable Identifier | The identifier of the accounts receivable of the customer purchasing the eVoucher. If the voucher type's usage method is "Personal" then the customer purchasing the eVoucher will also use it. The allowed unit identifier fields are the following:
| |||||||||||
accounts_receivable_identifier (mandatory on conditions) | Accounts Receivable Identifier | The identifier of the accounts receivable of the customer that will use the eVoucher. This information is mandatory and applicable only if the voucher type's usage method is "Shareable". The customer purchasing | |||||||||||
description | String | The description of the eVoucher to be purchased | |||||||||||
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.
...