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": "836047d2-8ca3-4a14-ad95-6a8614c2e544",
  "Code": "sample string 2",
  "TrainingTypeID": "2ca64409-9a79-4f5f-900d-86db7b8c561f",
  "TrainingClassID": "bd5a0497-6f31-4ddd-b5d9-99d531ebda6b",
  "StartDate": "2025-12-14T09:34:37.2873643-05:00",
  "EndDate": "2025-12-14T09:34:37.2873643-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "1d3d804c-aabb-427b-b271-6c4a8405c241",
  "Used": true,
  "UsedDateTime": "2025-12-14T09:34:37.2873643-05:00",
  "InventoryItemID": "4f4e9162-3567-4c98-b3a3-74680b753ac1"
}