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": "3daa1985-8005-4816-97fb-1c17853539c6",
"Code": "sample string 2",
"TrainingTypeID": "4f18b34e-155e-40e1-a81d-dc150fcb1028",
"TrainingClassID": "b8613236-9664-4b44-85b2-5662df17a53f",
"StartDate": "2026-03-09T17:27:11.867245-04:00",
"EndDate": "2026-03-09T17:27:11.867245-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "89a2302c-9e8f-4a6f-945f-73446a164c42",
"Used": true,
"UsedDateTime": "2026-03-09T17:27:11.867245-04:00",
"InventoryItemID": "6c88ee5f-5bc0-4097-b359-fdfb543a19b0"
}