POST https://api.legendonlineservices.co.uk/Joining/MemberVoucher

Assigns a voucher to a contact

Request Parameters

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": "fd2bf797-65a0-4072-a46e-109e021aa54e",
  "VoucherCode": "sample string 2",
  "Quantity": 3,
  "StartDate": "2025-04-25T14:24:47.3682316+01:00",
  "Expires": "2025-04-25T14:24:47.3682316+01:00"
}

Response - (Status 200 - OK)

No object is returned by this request


Bundle(s)
Joining