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": "f081232a-e9c5-4e8a-b1f0-4d81a7b837bd",
"Code": "sample string 2",
"TrainingTypeID": "48c5703f-2e2e-4540-8d04-18cd07895276",
"TrainingClassID": "e2289f35-d5ab-4cf9-b609-47ae9ee771e2",
"StartDate": "2026-03-28T08:01:44.924725-04:00",
"EndDate": "2026-03-28T08:01:44.924725-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ba482dfa-4ba4-4ff4-a3a5-7502bb740ee5",
"Used": true,
"UsedDateTime": "2026-03-28T08:01:44.924725-04:00",
"InventoryItemID": "167d0571-d40f-4867-a71f-0da77feac171"
}