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": "7aa25dd0-c43b-429f-a575-b8d26d6f90fe",
"Code": "sample string 2",
"TrainingTypeID": "8a746ccc-40cc-48f5-941a-7cf6fd117973",
"TrainingClassID": "8da11213-389c-4744-9b14-14dd04150148",
"StartDate": "2026-05-19T00:27:14.0465148-04:00",
"EndDate": "2026-05-19T00:27:14.0465148-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "55f97b44-6246-4d7e-99e7-c1965fcffdc3",
"Used": true,
"UsedDateTime": "2026-05-19T00:27:14.0465148-04:00",
"InventoryItemID": "8bf9d7d7-b05b-47ac-bc2f-231520def848"
}