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": "2c757e6d-b5ac-4023-b7f1-d2e48ea105c4",
"Code": "sample string 2",
"TrainingTypeID": "8165f1c6-94cb-4573-a55e-ac1fcdee34ca",
"TrainingClassID": "20821ba4-30ef-46b4-a9d8-bd3832c17308",
"StartDate": "2026-06-14T00:22:51.076745-04:00",
"EndDate": "2026-06-14T00:22:51.076745-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "74b1c14a-ddcc-4438-86fd-5e9489631e50",
"Used": true,
"UsedDateTime": "2026-06-14T00:22:51.076745-04:00",
"InventoryItemID": "346ae7e0-aa43-4d93-947d-8f249a3f690a"
}