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": "9392b813-f591-4b37-bef9-88b31c08e8d3",
"Code": "sample string 2",
"TrainingTypeID": "60836e62-cadf-445e-a5a4-a10434ca1951",
"TrainingClassID": "b6282650-c78d-4bb1-905f-2703c414b0f3",
"StartDate": "2026-03-30T00:45:10.1800244-04:00",
"EndDate": "2026-03-30T00:45:10.1800244-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "33eabb3f-f4ee-4d83-929b-cdd62d8a6281",
"Used": true,
"UsedDateTime": "2026-03-30T00:45:10.1800244-04:00",
"InventoryItemID": "7e4cecc5-514f-46c4-b691-656408f9964a"
}