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": "66263d5b-9ead-4ac2-a877-889bb1fa2a54",
"Code": "sample string 2",
"TrainingTypeID": "63d9a8d8-6faf-4ed0-95d3-ff88f2f4e71c",
"TrainingClassID": "71730d13-65e0-4580-a5c9-2306c6764649",
"StartDate": "2026-07-19T07:55:45.7135388-04:00",
"EndDate": "2026-07-19T07:55:45.7135388-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "83f5431e-a2b1-4c94-9322-8dd3c174cab6",
"Used": true,
"UsedDateTime": "2026-07-19T07:55:45.7135388-04:00",
"InventoryItemID": "7e5c9514-7b7b-42e6-bf38-0674f733a73c"
}