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": "3f42f1fa-70d1-4fa1-ab03-dd3d00998db3",
"Code": "sample string 2",
"TrainingTypeID": "e139f6a7-a392-4a95-b821-1573d77b47af",
"TrainingClassID": "a5c6327c-69f4-4ca6-97d7-a42d643c06d3",
"StartDate": "2026-04-19T03:50:15.1375563-04:00",
"EndDate": "2026-04-19T03:50:15.1375563-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5af6c09c-5b89-4dc4-87da-0787c5f170fd",
"Used": true,
"UsedDateTime": "2026-04-19T03:50:15.1375563-04:00",
"InventoryItemID": "cad54ba2-259d-43ba-a95f-4b2762297ad5"
}