DELETE 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": "5d4c1e65-c851-4b43-b7ea-64ef76078dfa",
"Code": "sample string 2",
"TrainingTypeID": "6295024f-8e5e-405e-b461-5c794e54718f",
"TrainingClassID": "28533e00-0964-4292-b526-cb5f5f8ab69e",
"StartDate": "2025-10-29T04:30:38.0085623-04:00",
"EndDate": "2025-10-29T04:30:38.0085623-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e987c373-9235-4181-a30d-aa714d23bead",
"Used": true,
"UsedDateTime": "2025-10-29T04:30:38.0085623-04:00",
"InventoryItemID": "d1c44d99-477a-4009-b9e5-4b4d86f5dfd8"
}