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": "7b577f13-5a27-46b2-a9ad-ef7c9c00f172",
"Code": "sample string 2",
"TrainingTypeID": "b1163071-7dc8-423d-96b4-090da2676094",
"TrainingClassID": "e87daf9a-7ddf-455d-aab8-c7064179a4ea",
"StartDate": "2026-03-03T19:36:30.4133689-05:00",
"EndDate": "2026-03-03T19:36:30.4133689-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "01231371-d678-419e-bfde-18d03918b464",
"Used": true,
"UsedDateTime": "2026-03-03T19:36:30.4133689-05:00",
"InventoryItemID": "4862d115-19a5-4a10-a53b-9b55b95f7dba"
}