GET 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": "915897e8-5b51-4cc8-8a90-fdade5a2265b",
  "Code": "sample string 2",
  "TrainingTypeID": "7e349a61-6752-4046-8f77-a666736204b7",
  "TrainingClassID": "ee67523c-624b-4aa7-8e66-74cf68c5eb14",
  "StartDate": "2025-11-19T15:40:14.6103387-05:00",
  "EndDate": "2025-11-19T15:40:14.6103387-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "56de1f77-1688-49b8-bb73-d0b1484cf3b7",
  "Used": true,
  "UsedDateTime": "2025-11-19T15:40:14.6103387-05:00",
  "InventoryItemID": "3f154a6e-60cf-4e65-8a08-53fbd9f8cf15"
}