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": "0e2338a7-9881-4d33-a607-0acfc55d6898",
"Code": "sample string 2",
"TrainingTypeID": "e2172d57-56ff-40fa-9b94-de7345879d3e",
"TrainingClassID": "3ff06b7a-d584-4879-92a4-eaa3f0d618d3",
"StartDate": "2026-04-18T08:31:14.0922192-04:00",
"EndDate": "2026-04-18T08:31:14.0922192-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c5836326-3c71-4b2c-9a8c-1249b96c3c17",
"Used": true,
"UsedDateTime": "2026-04-18T08:31:14.0922192-04:00",
"InventoryItemID": "45431800-c00c-455e-981f-c087bd54106c"
}