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": "ebbd96a4-6c45-4c7a-beb1-8247f1c1815b",
"Code": "sample string 2",
"TrainingTypeID": "5386a0e2-5fb3-4838-982d-e196ba09c58a",
"TrainingClassID": "b9428bd0-499c-4572-93d2-053ec5810eef",
"StartDate": "2026-06-03T22:15:29.0851331-04:00",
"EndDate": "2026-06-03T22:15:29.0851331-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "43d35ae8-58e4-496d-8154-73fa34c4c752",
"Used": true,
"UsedDateTime": "2026-06-03T22:15:29.0851331-04:00",
"InventoryItemID": "237c6aa1-96e8-42c9-8bf2-3957702dc397"
}