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": "37aff0ac-8f94-48f9-bf71-a3ce998292dd",
"Code": "sample string 2",
"TrainingTypeID": "96045437-c227-4f96-96f6-dffa1d30c843",
"TrainingClassID": "7651f3c5-3f9d-4865-9e91-e8468062e55c",
"StartDate": "2025-11-17T12:32:59.4158873-05:00",
"EndDate": "2025-11-17T12:32:59.4158873-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8c137076-88d1-4b30-808d-e00d2e541c5b",
"Used": true,
"UsedDateTime": "2025-11-17T12:32:59.4158873-05:00",
"InventoryItemID": "a6ddf13e-a401-491c-8a06-03520b0c126c"
}