Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

From CRM.COM R14R13.01.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:

Include Page
V4:voucher_identifier
V4:voucher_identifier
 

cancellation_reason
(mandatory)

String

The cancellation reason of cancelling the voucher. Available and applicable values are:

  • VOUCHER_RETURN
  • VOUCHER_LOSS
  • VOUCHER_FRAUD

 

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

Tip

Available from CRM.COM R10.0.0

Restrictions

  • It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.

...