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": "d88243be-659e-4e68-b655-d403839365a1",
"Code": "sample string 2",
"TrainingTypeID": "940071f2-2c20-46ec-9c21-a5c6fb40c005",
"TrainingClassID": "db72a3d9-004d-4d73-afc1-fdeac70f8ee3",
"StartDate": "2026-04-02T03:37:26.4113233-04:00",
"EndDate": "2026-04-02T03:37:26.4113233-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a8f446fa-34d4-4690-8a49-d568ef1670bb",
"Used": true,
"UsedDateTime": "2026-04-02T03:37:26.4113233-04:00",
"InventoryItemID": "81de726f-dde6-4bf3-979e-32bcb3a94c3a"
}