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": "226796ae-b302-4c1b-b2c7-0b321e6e7c6a",
"Code": "sample string 2",
"TrainingTypeID": "2f86f4a9-fcbd-49b4-b01b-42c87443ca29",
"TrainingClassID": "78ab1bad-8034-4166-b8cc-13fbf17d7414",
"StartDate": "2026-05-24T17:52:35.6972516-04:00",
"EndDate": "2026-05-24T17:52:35.6972516-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5ef8cb33-719f-479d-bf09-bd960689b76e",
"Used": true,
"UsedDateTime": "2026-05-24T17:52:35.6972516-04:00",
"InventoryItemID": "891565ce-5601-4a5b-99e5-52f2df9a1271"
}