GET api/DiscountCode/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "bc1e6118-7a15-4b97-8cd1-8f0ae58ea64d",
"Code": "sample string 2",
"TrainingTypeID": "004cac2b-8756-4001-8e29-b0a182abc6d5",
"TrainingClassID": "b24eb9ae-b05f-48f9-a3e1-0244e3e9a252",
"StartDate": "2026-04-09T01:45:16.6416552-04:00",
"EndDate": "2026-04-09T01:45:16.6416552-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "152e1b58-2047-46f3-a8d7-84ab07e004e5",
"Used": true,
"UsedDateTime": "2026-04-09T01:45:16.6416552-04:00",
"InventoryItemID": "824e6b16-a188-4bd2-9827-c728577f68c0"
}