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": "0e42f05c-fac4-4eab-9ffe-96a046e07c0e",
"Code": "sample string 2",
"TrainingTypeID": "4e5dbaee-4626-4cac-9e3a-0989a85c058e",
"TrainingClassID": "6f95f655-0042-46f1-9e96-b762663a583c",
"StartDate": "2026-04-22T01:12:07.2309852-04:00",
"EndDate": "2026-04-22T01:12:07.2309852-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2f0e6ec3-de6e-4c01-ba3a-3ab1bd5dc3e0",
"Used": true,
"UsedDateTime": "2026-04-22T01:12:07.2309852-04:00",
"InventoryItemID": "24525eb4-2776-4d56-a14d-7de09e330340"
}