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": "beaeeb62-2b23-4187-82ce-cf7f92f4765f",
"Code": "sample string 2",
"TrainingTypeID": "41bda834-e4ab-4f36-8c07-49a46b3cecef",
"TrainingClassID": "8ea3dcf3-7d70-410d-a87d-4c2454d6ea2e",
"StartDate": "2026-05-18T17:20:51.0989542-04:00",
"EndDate": "2026-05-18T17:20:51.0989542-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "00c7d39c-ad06-46e1-8709-6344ff36123c",
"Used": true,
"UsedDateTime": "2026-05-18T17:20:51.0989542-04:00",
"InventoryItemID": "b0a5186b-bffb-4513-a062-92a844e904d3"
}