GET api/VoucherCodeReverseLookup/{voucherCode}

Performs a reverse lookup of a voucher code to retrieve associated cruise information and discount details.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.