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": "33ddcf2a-3bf9-43a1-8d77-146c5ecc9043",
  "Code": "sample string 2",
  "TrainingTypeID": "b572e477-41e1-47aa-b073-1b7de55ac911",
  "TrainingClassID": "8556cf96-2ced-42b6-b557-86e810ec6e06",
  "StartDate": "2026-07-11T05:22:46.8507235-04:00",
  "EndDate": "2026-07-11T05:22:46.8507235-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "13caddd5-f65c-4f84-a672-e17c36d02c74",
  "Used": true,
  "UsedDateTime": "2026-07-11T05:22:46.8507235-04:00",
  "InventoryItemID": "f9bcfb87-d09e-4827-b83d-e8c1fd35894d"
}