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": "3f0f776f-03ad-4e8c-b921-2a98e4ab3443",
  "Code": "sample string 2",
  "TrainingTypeID": "cda3d871-3d3d-4e70-9b55-8aa11cd30b59",
  "TrainingClassID": "13bff323-79e7-42d7-94e1-b37fbe1fd5b3",
  "StartDate": "2026-01-19T03:59:27.0457582-05:00",
  "EndDate": "2026-01-19T03:59:27.0457582-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "93a2689a-caf2-4912-8337-5802b5e0d2b5",
  "Used": true,
  "UsedDateTime": "2026-01-19T03:59:27.0457582-05:00",
  "InventoryItemID": "adae6d63-001a-4605-aec8-ada8996d4e33"
}