GET api/DiscountCode/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "DiscountCodeID": "208e766e-f4a2-4827-bc23-4f1a54d95405",
  "Code": "sample string 2",
  "TrainingTypeID": "7f2821db-65a4-4e67-97a7-4d54d3489cb6",
  "TrainingClassID": "afefbf31-d254-464c-91cc-a49703ab19c4",
  "StartDate": "2026-04-30T17:48:55.5216781-04:00",
  "EndDate": "2026-04-30T17:48:55.5216781-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "0dec47e9-4fe4-4950-8bbf-052f0fbc78a8",
  "Used": true,
  "UsedDateTime": "2026-04-30T17:48:55.5216781-04:00",
  "InventoryItemID": "582ac1c1-4399-45bf-82b3-b051a9b43eb2"
}