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": "2360c1fe-aca7-44b3-9fb3-8f9dcaf66900",
"Code": "sample string 2",
"TrainingTypeID": "dbce90fc-9204-470e-805d-60acab8a8990",
"TrainingClassID": "758d8586-33ce-4e62-9545-a5304953f4ed",
"StartDate": "2025-11-13T09:34:09.9936443-05:00",
"EndDate": "2025-11-13T09:34:09.9936443-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c408aecf-2cf9-4977-911d-c2ce3cbe4356",
"Used": true,
"UsedDateTime": "2025-11-13T09:34:09.9936443-05:00",
"InventoryItemID": "4e760e60-c430-496a-8d41-3b6f1536f12b"
}