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": "40126003-de67-4fc1-9dba-16379e97452e",
"Code": "sample string 2",
"TrainingTypeID": "a0a21254-d6ca-4885-af75-5cf2b026f605",
"TrainingClassID": "a563cc1f-b257-4d38-b398-4b7367c2ec6c",
"StartDate": "2025-11-08T00:42:36.4566076-05:00",
"EndDate": "2025-11-08T00:42:36.4566076-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2f19f296-e802-4d52-aa88-15f3a52683e1",
"Used": true,
"UsedDateTime": "2025-11-08T00:42:36.4566076-05:00",
"InventoryItemID": "35137e60-3630-4f2a-b654-5270255b4b08"
}