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": "e486f86c-dc53-423b-8dfb-829c2933d357",
"Code": "sample string 2",
"TrainingTypeID": "25c56aeb-df26-4731-bb0f-82fad9a974f8",
"TrainingClassID": "53d47bf6-b464-4ca6-b8f5-99173424d74f",
"StartDate": "2026-03-29T00:32:12.3557356-04:00",
"EndDate": "2026-03-29T00:32:12.3557356-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f7ec9187-a265-4613-8759-4310912d9842",
"Used": true,
"UsedDateTime": "2026-03-29T00:32:12.3557356-04:00",
"InventoryItemID": "c1f21ef0-1cbb-460b-a869-e2a70878c3d9"
}