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": "b44fcc3c-4441-4fe2-a7e3-f14b80b298b3",
"Code": "sample string 2",
"TrainingTypeID": "c61ab9ea-9ea5-4b0d-9b49-0a80f66afd71",
"TrainingClassID": "31c5b22e-8188-423d-a681-ced9ab608f00",
"StartDate": "2026-04-14T01:47:55.2480288-04:00",
"EndDate": "2026-04-14T01:47:55.2480288-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d3931fe1-6e51-4c4e-8ffe-acd3506762a1",
"Used": true,
"UsedDateTime": "2026-04-14T01:47:55.2480288-04:00",
"InventoryItemID": "749dcc2f-d160-49bc-bf08-be0579fe135d"
}