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": "5661e039-65be-484a-96f2-9b15a6dfa648",
"Code": "sample string 2",
"TrainingTypeID": "61009fe4-590c-437d-b72e-6daee6db7b43",
"TrainingClassID": "1905ecf9-40b6-41cf-a96d-f7e4dff9a1f5",
"StartDate": "2026-02-24T05:23:05.7889681-05:00",
"EndDate": "2026-02-24T05:23:05.7889681-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a4f9663d-cd7f-4779-8907-d01624bc552b",
"Used": true,
"UsedDateTime": "2026-02-24T05:23:05.7889681-05:00",
"InventoryItemID": "833d215e-4d62-4af9-9ee7-7b8c56da93ea"
}