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": "0d6e0788-f628-481b-8ad8-d75a0d9a128e",
"Code": "sample string 2",
"TrainingTypeID": "ae3f070d-2c6a-452b-968f-e995bafbd013",
"TrainingClassID": "447dac2b-edc0-4b81-a875-331af0cc01a9",
"StartDate": "2026-05-22T08:26:48.8220344-04:00",
"EndDate": "2026-05-22T08:26:48.8220344-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d770385c-6c51-4192-83dc-615439d76ebf",
"Used": true,
"UsedDateTime": "2026-05-22T08:26:48.8220344-04:00",
"InventoryItemID": "430f8e55-f91b-4d75-b9ad-b665bf1c3a14"
}