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": "cdaa5863-ffa0-4799-899b-521091d4d4be",
"Code": "sample string 2",
"TrainingTypeID": "b76bbb99-32ee-4ff8-8f57-41b9706cb117",
"TrainingClassID": "6a729095-6b33-403e-8bf7-e54f70ecea5f",
"StartDate": "2026-04-09T15:38:45.6387049-04:00",
"EndDate": "2026-04-09T15:38:45.6387049-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "01ae8088-3213-4dbc-bbb0-a407bbffb4ed",
"Used": true,
"UsedDateTime": "2026-04-09T15:38:45.6387049-04:00",
"InventoryItemID": "5bd3affe-f832-4894-8cf6-973faa7b5564"
}