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": "ffc78372-21a1-4623-8a0e-6c312e28f28a",
  "Code": "sample string 2",
  "TrainingTypeID": "4964c1d7-daf9-4617-8b1c-fcc72f17828c",
  "TrainingClassID": "e7228e9c-4380-46ae-83bc-3f81fbd35bdb",
  "StartDate": "2026-03-31T23:23:11.6882055-04:00",
  "EndDate": "2026-03-31T23:23:11.6882055-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "a1c2c878-da22-415d-bc96-40a371c4dc96",
  "Used": true,
  "UsedDateTime": "2026-03-31T23:23:11.6882055-04:00",
  "InventoryItemID": "944dc501-887b-4ebc-a831-70b039a6dd40"
}