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": "fa099057-ea03-4f4f-9ef3-dc68972200b9",
"Code": "sample string 2",
"TrainingTypeID": "a39b3114-2521-4405-9700-4f3ef83629ea",
"TrainingClassID": "37f53a1c-568b-4198-864f-41042fb0bde4",
"StartDate": "2026-06-13T01:40:45.9594418-04:00",
"EndDate": "2026-06-13T01:40:45.9594418-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d73f1ad7-8244-476b-83f8-5f2802b083e1",
"Used": true,
"UsedDateTime": "2026-06-13T01:40:45.975066-04:00",
"InventoryItemID": "063d86f5-875c-4bc4-aa3b-78b774354bec"
}