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": "e21d75fb-c648-44e1-8303-7ec688e5a2c6",
"VoucherCode": "sample string 2",
"Quantity": 3,
"StartDate": "2026-03-27T02:47:22.7857079+00:00",
"Expires": "2026-03-27T02:47:22.7857079+00:00"
}
No object is returned by this request
| Bundle(s) |
|---|
| Joining |