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": "b4544825-ce69-4b39-8dd5-5511a7bed892",
  "Code": "sample string 2",
  "TrainingTypeID": "3e63fba1-cf11-4211-a57d-2204b88ad8fe",
  "TrainingClassID": "857ddfff-c8e5-44aa-9910-8dee41b1f201",
  "StartDate": "2026-04-23T05:13:04.657331-04:00",
  "EndDate": "2026-04-23T05:13:04.657331-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "97ae414e-bfca-4e98-a707-21e30c995656",
  "Used": true,
  "UsedDateTime": "2026-04-23T05:13:04.657331-04:00",
  "InventoryItemID": "a1306d99-406d-40ac-bfd0-071c0707b5b9"
}