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": "c3b695ed-d62a-496d-8f9e-df555ced0862",
  "Code": "sample string 2",
  "TrainingTypeID": "28df76e1-570e-4cd8-91be-e7657225e1f4",
  "TrainingClassID": "a101a908-90d7-405d-8b3f-d5615b9b99e3",
  "StartDate": "2026-05-22T02:21:16.0648882-04:00",
  "EndDate": "2026-05-22T02:21:16.0648882-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "2644b7d3-892e-447a-ac30-f4e88525be2e",
  "Used": true,
  "UsedDateTime": "2026-05-22T02:21:16.0648882-04:00",
  "InventoryItemID": "a68fd4c8-ff8b-40da-bf07-ce6d21e8ac19"
}