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": "4b5f7f5f-0a67-4428-a355-a5ae067ef183",
"Code": "sample string 2",
"TrainingTypeID": "a7b08677-1191-404b-9230-2f6f67bf7cf6",
"TrainingClassID": "f71a44cb-eae6-4b4f-b346-a4b4c3570bec",
"StartDate": "2026-04-13T07:04:06.8449603-04:00",
"EndDate": "2026-04-13T07:04:06.8449603-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "aba091a8-7e72-49c0-a1b1-ab5525e35c54",
"Used": true,
"UsedDateTime": "2026-04-13T07:04:06.8449603-04:00",
"InventoryItemID": "81b66ea5-b05b-4f15-a84e-fe73633a6ab1"
}