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": "8c85bee3-2811-4a56-8baa-6f40f799f8a0",
"Code": "sample string 2",
"TrainingTypeID": "0ed79d34-13c0-45cb-b39c-ef67616ad709",
"TrainingClassID": "f983b7e2-1041-469a-bb59-54be1e2d0ccc",
"StartDate": "2026-04-17T14:37:32.7836249-04:00",
"EndDate": "2026-04-17T14:37:32.7836249-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9484ab91-998c-4ecc-8eef-ada70f3f7b37",
"Used": true,
"UsedDateTime": "2026-04-17T14:37:32.7836249-04:00",
"InventoryItemID": "b32b3553-e0d5-4731-9bc7-30ed01da09ef"
}