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": "deaf817a-f6d4-4126-a067-701c6c86091a",
"Code": "sample string 2",
"TrainingTypeID": "ba79e189-97a7-4c4f-a688-a9481889b6f1",
"TrainingClassID": "a06023a4-bf4f-44bb-8ed8-5ebdb94233cc",
"StartDate": "2026-08-22T11:50:33.3070046-04:00",
"EndDate": "2026-08-22T11:50:33.3070046-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "080501bd-03e4-4575-a0ab-d437369adc28",
"Used": true,
"UsedDateTime": "2026-08-22T11:50:33.3070046-04:00",
"InventoryItemID": "2558969e-16f4-4784-9cc6-10d6f019cc59"
}