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": "d545d3de-b4bd-4f35-8dde-3c7c0a39d936",
"Code": "sample string 2",
"TrainingTypeID": "9c839761-d34e-42fe-9c42-a32cccb04372",
"TrainingClassID": "991aee1e-158b-4525-b2f7-5f27da5c1465",
"StartDate": "2026-02-27T18:23:07.1155172-05:00",
"EndDate": "2026-02-27T18:23:07.1155172-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ebcc1ea0-56aa-433a-9ed4-cf2754cec85f",
"Used": true,
"UsedDateTime": "2026-02-27T18:23:07.1155172-05:00",
"InventoryItemID": "ba7ceb85-e8ee-48f0-9930-11dd3a88cb83"
}