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": "63b88008-57fe-4d4e-bd01-e3d35e5c8684",
"Code": "sample string 2",
"TrainingTypeID": "52b5cd85-5f3a-48be-bf50-31d09ac68231",
"TrainingClassID": "e6903caa-0e4f-437c-a05c-aa80c5e57b70",
"StartDate": "2025-11-08T15:06:14.0925383-05:00",
"EndDate": "2025-11-08T15:06:14.0925383-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a3e57590-c0d8-4c5b-900c-de84c362a3e4",
"Used": true,
"UsedDateTime": "2025-11-08T15:06:14.0925383-05:00",
"InventoryItemID": "6adc680b-3cee-4972-8dc2-1a63f7813940"
}