Tip |
---|
From CRM.COM R14.0.0 and onwards |
Excerpt |
---|
This method cancels a voucher of classification Electronic Voucher. Single voucher is cancelled by each call |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
voucher_identifier (mandatory) | Voucher identifier | The identifier of the voucher that should be cancelled. The allowed vouchers identifier fields are the following:
| ||||||
cancelltioncancellation_reason | String | The cancellation reason of cancelling the voucher. Available and applicable values are:
| ||||||
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.
...