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": "2ba4b8ff-3bf8-4b80-9676-45d696f26912",
"Code": "sample string 2",
"TrainingTypeID": "a6e581fb-e685-485a-b3fe-9f12e6321ce0",
"TrainingClassID": "60ec9771-ce6b-49f4-9408-fef9cc9fafaa",
"StartDate": "2026-04-20T05:30:08.9057513-04:00",
"EndDate": "2026-04-20T05:30:08.9057513-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6febd416-e972-4351-b76b-3104035bf6d4",
"Used": true,
"UsedDateTime": "2026-04-20T05:30:08.9057513-04:00",
"InventoryItemID": "4055cff1-763e-4551-b919-ba722f0e0d80"
}