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": "3f043505-901d-4b52-a1bc-d2c0198e56d2",
  "Code": "sample string 2",
  "TrainingTypeID": "498d50cb-043e-476a-8847-cd1c2ab779c5",
  "TrainingClassID": "c1e5d1f5-bbff-4020-b061-d62fc9655f34",
  "StartDate": "2026-04-07T14:08:48.8941482-04:00",
  "EndDate": "2026-04-07T14:08:48.8941482-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "a8f553e9-1cc1-4894-a9f0-db705e5a02dd",
  "Used": true,
  "UsedDateTime": "2026-04-07T14:08:48.8941482-04:00",
  "InventoryItemID": "c7479c3a-2ee0-4d1e-a403-659b849bbf7b"
}