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": "60e43ccf-5fa1-4826-8a04-dd043881e809",
"Code": "sample string 2",
"TrainingTypeID": "5e9d9421-a305-4a3e-95ab-72c897a0f7af",
"TrainingClassID": "45c230b6-7afe-499d-b5c4-45d07c5ca6c4",
"StartDate": "2026-03-25T07:24:35.666037-04:00",
"EndDate": "2026-03-25T07:24:35.666037-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4fc95e1a-8c48-4dca-befd-43edcae0eed1",
"Used": true,
"UsedDateTime": "2026-03-25T07:24:35.666037-04:00",
"InventoryItemID": "d8cbc444-1d8a-408a-af75-156a79f5b381"
}