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": "d38873c5-511d-4d30-af7b-15c773c60af8",
"Code": "sample string 2",
"TrainingTypeID": "3998b4de-6234-498c-a2e6-1fe76ec5524f",
"TrainingClassID": "8930ed91-1574-47a8-9980-aed007d7b77f",
"StartDate": "2025-11-20T15:39:08.035743-05:00",
"EndDate": "2025-11-20T15:39:08.035743-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "44b9ed07-b8c3-4068-8e63-686a28884f64",
"Used": true,
"UsedDateTime": "2025-11-20T15:39:08.035743-05:00",
"InventoryItemID": "a5fdced0-3a4d-4c80-bed8-425e78f15680"
}