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": "8b4c081e-e5fb-4590-b686-1ddf382aa691",
"VoucherCode": "sample string 2",
"Quantity": 3,
"StartDate": "2026-05-15T13:31:07.3921381+01:00",
"Expires": "2026-05-15T13:31:07.3921381+01:00"
}
No object is returned by this request
| Bundle(s) |
|---|
| Joining |