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": "b8a42927-a15f-4b13-a719-97fef65b9a79",
"Code": "sample string 2",
"TrainingTypeID": "cc31752b-fa1f-4de3-87cd-37bdf5672a45",
"TrainingClassID": "b6b535d2-bde7-4b15-8676-2eaa125f750b",
"StartDate": "2026-07-26T19:38:45.4091213-04:00",
"EndDate": "2026-07-26T19:38:45.4091213-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d4880e01-e870-4454-869c-b4ea30e0a285",
"Used": true,
"UsedDateTime": "2026-07-26T19:38:45.4091213-04:00",
"InventoryItemID": "83ed0001-dd62-42d7-ae71-3a37abf58094"
}