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": "a092d3ac-2e29-4773-b479-474be82db29d",
"Code": "sample string 2",
"TrainingTypeID": "a4ac1af3-8307-4ac0-b356-486febed33f7",
"TrainingClassID": "a9e32fe9-3895-4561-8f64-52ce08c3b280",
"StartDate": "2026-09-12T13:19:38.8866785-04:00",
"EndDate": "2026-09-12T13:19:38.8866785-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a28d06bf-4d74-4396-a021-b0664384af0f",
"Used": true,
"UsedDateTime": "2026-09-12T13:19:38.8866785-04:00",
"InventoryItemID": "595ece2c-285a-4d5e-b368-4f356e0f6426"
}