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": "5875da58-a138-4310-af7b-46c341e3afff",
"Code": "sample string 2",
"TrainingTypeID": "8ff48544-374e-4cbe-9f2a-5f9af6f14cb4",
"TrainingClassID": "1c3dabba-a85d-4efd-b425-6ac4a7a18ea3",
"StartDate": "2026-02-24T16:47:00.2556923-05:00",
"EndDate": "2026-02-24T16:47:00.2556923-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c617e62e-25e7-4fb8-8979-59b01dd69f4a",
"Used": true,
"UsedDateTime": "2026-02-24T16:47:00.2556923-05:00",
"InventoryItemID": "4aaa51fa-d89d-48ef-b28b-9ab5c7c35eb7"
}