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": "7f6c77cc-e617-483a-818e-e373e1ce18b8",
"Code": "sample string 2",
"TrainingTypeID": "c8864261-e861-4335-bbd4-34cecb33e899",
"TrainingClassID": "81afcb45-4908-43f5-854b-8f2c965afd31",
"StartDate": "2026-03-28T05:03:44.7639925-04:00",
"EndDate": "2026-03-28T05:03:44.7639925-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "13d57eef-7ea7-4c3f-99ec-ad74295614f3",
"Used": true,
"UsedDateTime": "2026-03-28T05:03:44.7639925-04:00",
"InventoryItemID": "acea70c4-c0b3-4974-b97c-9a6dca1e1482"
}