DELETE api/DiscountCode/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "58b76f1f-da41-4125-89b7-a88e6ee592c1",
  "Code": "sample string 2",
  "TrainingTypeID": "e2dac7a9-deb9-4768-aeb6-8366b8654e46",
  "TrainingClassID": "ec6e9a87-28b8-45a7-a56e-b7b0e0af3cfa",
  "StartDate": "2026-03-13T06:02:09.3206646-04:00",
  "EndDate": "2026-03-13T06:02:09.3206646-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "24544c73-6940-4e66-b293-2e4054d96a95",
  "Used": true,
  "UsedDateTime": "2026-03-13T06:02:09.3206646-04:00",
  "InventoryItemID": "9b65dd47-6e90-47d4-8132-a76fc24b5515"
}