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": "4b6b2015-fdc6-43ac-a5b6-76bbc4e6178f",
  "Code": "sample string 2",
  "TrainingTypeID": "7b4c0b04-ce25-410b-bb24-45401f637acf",
  "TrainingClassID": "b067fe9c-dbdd-488f-95db-2f640d4ea71b",
  "StartDate": "2026-03-06T22:59:02.6870394-05:00",
  "EndDate": "2026-03-06T22:59:02.6870394-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "71a295bb-28e5-4846-9743-0114a3145437",
  "Used": true,
  "UsedDateTime": "2026-03-06T22:59:02.6870394-05:00",
  "InventoryItemID": "002ca2a9-ce87-4e95-b400-b7bf4e13feed"
}