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": "bac02524-7ce9-4866-82ec-e1c71b7efdea",
"Code": "sample string 2",
"TrainingTypeID": "da4453e3-613f-4050-946c-24152bbacafb",
"TrainingClassID": "f1db70f0-0b11-4af4-94e0-d5a06cb51a2b",
"StartDate": "2026-08-09T10:47:23.020369-04:00",
"EndDate": "2026-08-09T10:47:23.020369-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2ccc3722-19af-4e33-8103-7a384e89ee26",
"Used": true,
"UsedDateTime": "2026-08-09T10:47:23.020369-04:00",
"InventoryItemID": "0ba64086-e8ff-48e6-b585-14026741aeda"
}