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": "04ffb6a3-c0ec-4702-811d-1abe472c8be1",
  "Code": "sample string 2",
  "TrainingTypeID": "c92ff519-5b2e-494f-b3a8-4d024b147e07",
  "TrainingClassID": "bea476c3-08f4-4605-b180-0b9c11b71ae0",
  "StartDate": "2025-04-10T01:26:34.7050656-04:00",
  "EndDate": "2025-04-10T01:26:34.7050656-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "52c15a8f-c713-4b1e-a7d3-eadf8a825b0d",
  "Used": true,
  "UsedDateTime": "2025-04-10T01:26:34.7050656-04:00",
  "InventoryItemID": "4b0c1be2-4222-460d-befb-b80cea8f49d7"
}