GET api/VoucherCodeReverseLookup/{voucherCode}
Performs a reverse lookup of a voucher code to retrieve associated cruise information and discount details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| voucherCode |
The voucher code to look up. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Cruise information associated with the voucher, including discount amount and booking availability.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.