Tip |
---|
Available from CRM.COM R11.0.0 |
Excerpt |
---|
This method returns information related with a voucher by specifying the voucher secret number. A single voucher is returned by each call |
Tip |
Available from CRM.COM R11.0.0 |
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
secret_number (mandatory) | String | The secret number of the voucher that should be returned as a result.
|
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 |
...