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": "2b35b727-cd0c-4843-a716-4a0415b1c842",
"Code": "sample string 2",
"TrainingTypeID": "81c9e364-708d-4732-8b61-d070a6e44598",
"TrainingClassID": "1c92b237-76b9-4f9b-a4ac-4efdbb7b8fb5",
"StartDate": "2026-05-23T21:15:04.8546236-04:00",
"EndDate": "2026-05-23T21:15:04.8546236-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "96dc477d-728f-42ce-819c-e054280a7268",
"Used": true,
"UsedDateTime": "2026-05-23T21:15:04.8546236-04:00",
"InventoryItemID": "ff2d2192-90e2-4958-a373-1d9760a8ded5"
}