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": "c10b431e-ce31-45ec-b8ce-fcbb4263f37b",
"Code": "sample string 2",
"TrainingTypeID": "6b2161d0-59bb-44b0-81c3-c2955c9c8b04",
"TrainingClassID": "410fe0b7-80b2-4246-95be-d65b0ad47ad1",
"StartDate": "2026-04-22T04:55:33.4161116-04:00",
"EndDate": "2026-04-22T04:55:33.4161116-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab8a894d-ab97-411d-adf3-be40b6907472",
"Used": true,
"UsedDateTime": "2026-04-22T04:55:33.4161116-04:00",
"InventoryItemID": "bd502d3a-4db8-4846-a512-2d5f15737785"
}