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": "0d2e7a69-dd40-4513-bdca-b851b2d414ac",
  "Code": "sample string 2",
  "TrainingTypeID": "4bc4ba1c-226e-4678-a5a3-b1838c715659",
  "TrainingClassID": "82e36041-d6e3-4212-8fb5-676532af5cc5",
  "StartDate": "2026-04-21T15:58:50.3827686-04:00",
  "EndDate": "2026-04-21T15:58:50.3827686-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "ab71e9f3-fdbd-4763-89cf-5424b55b749b",
  "Used": true,
  "UsedDateTime": "2026-04-21T15:58:50.3827686-04:00",
  "InventoryItemID": "4fc65afd-4631-466b-8127-0407ec8be959"
}