POST api/vouchers/ValidateVoucher/{voucherCode}/{orderId}

Validates a voucher against an order.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
voucherCode

The code of the voucher to validate.

string

Required

orderId

The id of the order to validate against.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

None.