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": "e4e76633-c397-4713-94f2-cd3e38d94563",
"Code": "sample string 2",
"TrainingTypeID": "34dce663-ef04-40dd-a5e3-aa44ef12c7a3",
"TrainingClassID": "ad54812b-5809-4ae3-a44a-285547fecbf4",
"StartDate": "2026-03-29T06:30:21.0950051-04:00",
"EndDate": "2026-03-29T06:30:21.0950051-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "03fbe354-80c3-4686-9b18-f563efef7e67",
"Used": true,
"UsedDateTime": "2026-03-29T06:30:21.0950051-04:00",
"InventoryItemID": "a34a4aed-fba6-481c-9878-58ad69fc955f"
}