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": "ee125595-fe47-4bd2-b5b4-cea3635e9c8b",
  "Code": "sample string 2",
  "TrainingTypeID": "f08bd619-6c24-4534-bf08-cbc9d86ae16e",
  "TrainingClassID": "e8dd35a5-244b-4ed1-9db2-a1cd4732163a",
  "StartDate": "2024-10-06T04:51:48.8111452-04:00",
  "EndDate": "2024-10-06T04:51:48.8111452-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "f2662e60-4c18-4e51-b20a-cec6a7103e24",
  "Used": true,
  "UsedDateTime": "2024-10-06T04:51:48.8111452-04:00",
  "InventoryItemID": "71d94212-a023-4156-9add-d160cd361617"
}