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": "05a24de6-1525-4a26-aa67-361414018029",
"Code": "sample string 2",
"TrainingTypeID": "9c417f4e-fdb9-40c4-b77b-bd75f2731ff0",
"TrainingClassID": "5ca73dcf-2d89-49d7-9d09-b4c46e4d840d",
"StartDate": "2026-05-16T19:25:34.9588478-04:00",
"EndDate": "2026-05-16T19:25:34.9588478-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "42a3fad8-5fb9-4e32-afad-4731903ebe52",
"Used": true,
"UsedDateTime": "2026-05-16T19:25:34.9588478-04:00",
"InventoryItemID": "2490502e-f2bb-4f56-aa49-9c43f353b1c2"
}