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": "e421a5d0-f054-41e0-b158-3e72c431bf6f",
"Code": "sample string 2",
"TrainingTypeID": "8b8ea43b-30ed-4f1e-a0e8-7247053d5231",
"TrainingClassID": "869f1510-ea96-47dc-b8c2-a4c2d1fefa24",
"StartDate": "2026-07-04T04:49:47.4774344-04:00",
"EndDate": "2026-07-04T04:49:47.4774344-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "50591054-3207-4851-a8fd-88b28a2ac7bf",
"Used": true,
"UsedDateTime": "2026-07-04T04:49:47.4774344-04:00",
"InventoryItemID": "6dc47325-4233-4860-bffd-14423b5f158e"
}