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": "4c834bfa-18db-4e11-a983-3d92796c6acf",
"Code": "sample string 2",
"TrainingTypeID": "651e636e-7f2a-415b-83cf-1dffa006f7ce",
"TrainingClassID": "b6d540da-57dc-4f78-ae98-bb774a1b87a0",
"StartDate": "2026-05-08T18:33:11.2896345-04:00",
"EndDate": "2026-05-08T18:33:11.2896345-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9def966f-c0f2-42b2-8fa1-e5bcf2d7e4f5",
"Used": true,
"UsedDateTime": "2026-05-08T18:33:11.2896345-04:00",
"InventoryItemID": "5cb263f0-7390-4abb-b77d-0ae5ad9316d9"
}