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": "e407a3b9-5ad5-4272-8b99-08fb3f798130",
  "Code": "sample string 2",
  "TrainingTypeID": "bacaa33d-4178-4d49-bb9b-f7764af8be9a",
  "TrainingClassID": "fdd5fd1d-23bd-4177-905f-7607bf0f57fb",
  "StartDate": "2025-01-24T04:59:47.904876-05:00",
  "EndDate": "2025-01-24T04:59:47.904876-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "3211ec96-16b7-4cbd-aa9d-a6f2f6d5bf42",
  "Used": true,
  "UsedDateTime": "2025-01-24T04:59:47.904876-05:00",
  "InventoryItemID": "f9247ece-ee8d-482e-b16d-cec48f83bb7b"
}