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": "f208c449-5b78-4b4e-9ba4-b755b0522688",
  "Code": "sample string 2",
  "TrainingTypeID": "4f44aed0-b615-48d4-8daa-a3b52fff555d",
  "TrainingClassID": "a6c6b275-a3bf-4e56-928a-908bfeed367e",
  "StartDate": "2026-03-13T07:56:38.127248-04:00",
  "EndDate": "2026-03-13T07:56:38.127248-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "9cfae7ce-9e33-4550-ba16-b2754069f2a9",
  "Used": true,
  "UsedDateTime": "2026-03-13T07:56:38.127248-04:00",
  "InventoryItemID": "5535a31a-7f28-45cd-8cd4-f64f87177ea9"
}