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": "0cc3bc55-5bfa-4d4a-8bb8-277cb8561d78",
  "Code": "sample string 2",
  "TrainingTypeID": "d8a9923c-9273-4ac5-a3cc-a245e5ee2a7a",
  "TrainingClassID": "9857dd86-a73d-47d4-a155-4d1d45f2838f",
  "StartDate": "2026-08-16T10:45:38.8713062-04:00",
  "EndDate": "2026-08-16T10:45:38.8713062-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "e1817ddf-581a-4962-8a0c-329b3e030e80",
  "Used": true,
  "UsedDateTime": "2026-08-16T10:45:38.8713062-04:00",
  "InventoryItemID": "451212e6-7b71-4ecc-a736-7da3c646c40c"
}