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": "8bab1f34-5aae-458b-a431-5524d3c14dbf",
  "Code": "sample string 2",
  "TrainingTypeID": "c1e3f0e6-4a5d-4c5e-b7fb-f1272bd7bf0b",
  "TrainingClassID": "ab8a87b0-62f1-4c02-a62c-e62ae1bb2473",
  "StartDate": "2026-09-13T12:43:11.1598844-04:00",
  "EndDate": "2026-09-13T12:43:11.1598844-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "996e72bc-bb2e-4110-b5cc-4818bf18f33c",
  "Used": true,
  "UsedDateTime": "2026-09-13T12:43:11.175507-04:00",
  "InventoryItemID": "ae0cc95e-fe4e-41bf-833f-60faf8cce73b"
}