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": "991aa839-fccf-4ef9-9ac2-005973b3f0f3",
"Code": "sample string 2",
"TrainingTypeID": "65419e4b-ab3c-4713-97ae-03d1cccf3aff",
"TrainingClassID": "a543cf0a-64a4-4392-800b-fce5a0605da8",
"StartDate": "2026-05-20T00:47:52.5750845-04:00",
"EndDate": "2026-05-20T00:47:52.5750845-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c67361e4-998d-423b-a5ee-3718eb2039b1",
"Used": true,
"UsedDateTime": "2026-05-20T00:47:52.5750845-04:00",
"InventoryItemID": "fd76a6b7-a3b8-49ea-823a-a1d2fd083825"
}