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": "11f0053f-0c32-418b-83eb-d0d5bb9dd6be",
"Code": "sample string 2",
"TrainingTypeID": "eee1b083-d544-4f47-877d-0edb9436b676",
"TrainingClassID": "09deea27-0534-4fdf-897e-87e81b7a5130",
"StartDate": "2026-09-20T13:06:06.0261218-04:00",
"EndDate": "2026-09-20T13:06:06.0261218-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "726832e0-66d0-4288-bcc9-d187eb2a68ec",
"Used": true,
"UsedDateTime": "2026-09-20T13:06:06.0261218-04:00",
"InventoryItemID": "3596520e-5f83-44c4-b1c3-b31aeff21f01"
}