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": "1da39409-e282-4b7c-8408-31db88a86b8b",
"Code": "sample string 2",
"TrainingTypeID": "07ed79e6-29c6-4428-8d11-0ea611986cc7",
"TrainingClassID": "286ed081-a51b-42b6-a637-da99a1f07021",
"StartDate": "2026-05-17T20:03:06.684528-04:00",
"EndDate": "2026-05-17T20:03:06.684528-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "189842a6-9709-4fb2-a413-4b82cb372c6b",
"Used": true,
"UsedDateTime": "2026-05-17T20:03:06.684528-04:00",
"InventoryItemID": "6c54e8a7-f537-446a-8260-959a09c02a19"
}