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": "164d364b-3510-4c46-8787-5cf3efeb1bd1",
"Code": "sample string 2",
"TrainingTypeID": "df98c841-1f0b-4876-837b-93a05329d90f",
"TrainingClassID": "ce039dd1-f069-4364-b5d3-2ce58da2968b",
"StartDate": "2026-03-30T11:44:50.602654-04:00",
"EndDate": "2026-03-30T11:44:50.602654-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3f796117-f278-4abe-83ee-45892776b0fb",
"Used": true,
"UsedDateTime": "2026-03-30T11:44:50.602654-04:00",
"InventoryItemID": "3fc46037-2d9e-4268-9403-c1f7444da1ce"
}