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": "808ae141-6160-448e-8c98-af1f4b0e7477",
  "Code": "sample string 2",
  "TrainingTypeID": "e16051f1-ce37-43a9-b6c8-b7012d19db10",
  "TrainingClassID": "e94112d0-e7d5-4cd9-83dc-b6a7ad31b8ec",
  "StartDate": "2026-09-10T00:10:07.3186612-04:00",
  "EndDate": "2026-09-10T00:10:07.3186612-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "5c2a3979-9dcc-45ba-8e9c-3e65d2cfb10e",
  "Used": true,
  "UsedDateTime": "2026-09-10T00:10:07.3186612-04:00",
  "InventoryItemID": "cd7e866c-581c-48a9-8dde-2970333a1640"
}