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": "19e47003-6787-4c02-ad49-df4d32ab6c0c",
"Code": "sample string 2",
"TrainingTypeID": "af7904d9-dc14-4b06-8fd0-f1f9056f7348",
"TrainingClassID": "9fac42f6-90fa-4a4a-b18f-27266087ad56",
"StartDate": "2026-05-14T16:05:40.5444235-04:00",
"EndDate": "2026-05-14T16:05:40.5444235-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2f11993a-c807-46f7-baa7-d478521a90c0",
"Used": true,
"UsedDateTime": "2026-05-14T16:05:40.5444235-04:00",
"InventoryItemID": "1b2b2289-0584-4e6e-a22b-196625be4694"
}