Assigns a voucher to a contact
| From Body | Type | Description |
|---|---|---|
| ContactExtId | Guid | Guid of the contact |
| Expires | DateTime | Expiry Date of the voucher |
| Quantity | Int16 | Number of vouchers |
| StartDate | DateTime | Start Date of the voucher |
| VoucherCode | String | Voucher code |
{
"ContactExtId": "b8d48de5-e868-405d-8472-b973dd850dcb",
"VoucherCode": "sample string 2",
"Quantity": 3,
"StartDate": "2025-11-02T17:36:43.6463241+00:00",
"Expires": "2025-11-02T17:36:43.6463241+00:00"
}
No object is returned by this request
| Bundle(s) |
|---|
| Joining |