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": "b69942af-358f-4ed8-a099-0fc57cf2141d",
"Code": "sample string 2",
"TrainingTypeID": "6a58bae5-e06e-4591-a6e2-577b0a2166f2",
"TrainingClassID": "fbe19a3c-ba14-4ae7-9fe8-5008c8ea57f9",
"StartDate": "2026-03-04T09:50:08.3644753-05:00",
"EndDate": "2026-03-04T09:50:08.3644753-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "28d7af1e-433e-420f-9304-cb1f467441df",
"Used": true,
"UsedDateTime": "2026-03-04T09:50:08.3644753-05:00",
"InventoryItemID": "63635d91-ea06-4d03-9da9-eeda77441400"
}