POST api/vouchers/ValidateVoucher/{voucherCode}/{orderId}
Validates a voucher against an order.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.