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": "a8234a77-0277-4370-a1e6-91907f5283ab",
"Code": "sample string 2",
"TrainingTypeID": "8b1014a6-409c-4fcd-8f6a-b0484b150af9",
"TrainingClassID": "fb2be66a-7fbd-4468-b254-04c6814356ff",
"StartDate": "2026-04-21T17:50:41.9428302-04:00",
"EndDate": "2026-04-21T17:50:41.9428302-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b6d82707-b164-4231-8096-f423a48bae3d",
"Used": true,
"UsedDateTime": "2026-04-21T17:50:41.9428302-04:00",
"InventoryItemID": "8075a1ae-3430-42eb-8f68-f02eb7a1e1a5"
}