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": "6f089678-1b39-49cf-9f8d-4c79df33ad0e",
"Code": "sample string 2",
"TrainingTypeID": "35dcfb06-e0f4-4b61-b6cf-d9ded894cdc4",
"TrainingClassID": "41316259-742f-485a-b064-90698ca04835",
"StartDate": "2026-03-17T19:42:21.3802363-04:00",
"EndDate": "2026-03-17T19:42:21.3802363-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7f0a6c9a-dfbf-400c-8c98-b380e3296f87",
"Used": true,
"UsedDateTime": "2026-03-17T19:42:21.3802363-04:00",
"InventoryItemID": "fd840cb0-e6f6-427c-a7fd-1cc1c2e7464c"
}