Vouchers
Validate voucher
Determine if the specified voucher code is valid or not.
Request
[ApiBaseUrl]/api/distributor/v1/vouchers/validate
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Identification of the client as described in Authorization. |
| string | required | Unique identifier of hotel. |
| string | required | Voucher code enabling special rate offerings (case sensitive). |
Response
Property | Type | Contract | Description |
---|---|---|---|
| boolean | required | Indicates whether the voucher code is valid. |
Last updated