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": "eb44c636-9399-4f9c-8d6c-9d62d3f22697",
  "Code": "sample string 2",
  "TrainingTypeID": "79c7a16a-1e31-4421-a1b6-8d4a6694c2e6",
  "TrainingClassID": "12d3f5cf-2cc2-4d04-9353-bee441259b5f",
  "StartDate": "2026-04-12T18:53:03.9829283-04:00",
  "EndDate": "2026-04-12T18:53:03.9829283-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "da960a7e-ec5d-4364-8532-082acc555713",
  "Used": true,
  "UsedDateTime": "2026-04-12T18:53:03.9829283-04:00",
  "InventoryItemID": "19db2bd8-1819-4ba6-a336-ad5655bffda5"
}