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": "c6f6753a-c3cf-472b-9b36-788cf9fe3e9f",
"Code": "sample string 2",
"TrainingTypeID": "fb869015-b79f-4e05-8618-590bba511730",
"TrainingClassID": "f80e604a-9977-4cf2-8e23-e88b010d6d57",
"StartDate": "2026-05-22T20:51:38.6207279-04:00",
"EndDate": "2026-05-22T20:51:38.6207279-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d917b055-1b2d-4eba-bca0-685f41b0992a",
"Used": true,
"UsedDateTime": "2026-05-22T20:51:38.6207279-04:00",
"InventoryItemID": "4ed3f55c-b7b1-4de2-866d-8fbcfd50060f"
}