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": "fbf4018b-7ea5-4f3e-8dcb-3534921fea57",
  "Code": "sample string 2",
  "TrainingTypeID": "66a0ec21-fc7d-47a3-8593-275c9b622973",
  "TrainingClassID": "bd829704-71ad-49d5-8d05-95a0b4b88b11",
  "StartDate": "2025-04-23T01:34:02.2340969-04:00",
  "EndDate": "2025-04-23T01:34:02.2340969-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "0435865f-4a08-422b-85d4-6dbc872047d9",
  "Used": true,
  "UsedDateTime": "2025-04-23T01:34:02.2340969-04:00",
  "InventoryItemID": "e7a7c622-9828-4fdd-a848-2923a02360af"
}