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": "2ebcd46c-208a-4e29-aaa2-68f20adf0b35",
  "Code": "sample string 2",
  "TrainingTypeID": "f75fc114-bcfc-4de3-8dd6-ef63c7268179",
  "TrainingClassID": "fdd4d131-31a6-4ff2-99d7-f29fdc2edd23",
  "StartDate": "2026-05-19T17:34:21.5251152-04:00",
  "EndDate": "2026-05-19T17:34:21.5251152-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "22b6147b-7d27-4a75-9594-dcf21cd03541",
  "Used": true,
  "UsedDateTime": "2026-05-19T17:34:21.5251152-04:00",
  "InventoryItemID": "4285a9a7-0834-4b90-b44e-f694c5370aa9"
}