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": "2b95fb69-fbc9-47b1-aa65-abaa2795d673",
"Code": "sample string 2",
"TrainingTypeID": "57bcbdb6-97ad-42cd-a1c0-30e10b235be6",
"TrainingClassID": "36be1184-8339-4c80-8b5c-f71fc83dd23d",
"StartDate": "2026-05-01T06:50:08.5905862-04:00",
"EndDate": "2026-05-01T06:50:08.5905862-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2765b0b4-cf2c-43aa-b28b-50a30ec03073",
"Used": true,
"UsedDateTime": "2026-05-01T06:50:08.5905862-04:00",
"InventoryItemID": "190d582b-21c4-4a8f-97eb-a65e536c1637"
}