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": "3272a30b-f6f6-4846-8afa-c1b8e816b832",
  "Code": "sample string 2",
  "TrainingTypeID": "2ffa3020-bb84-4eaf-acf4-2b63bfabd7c1",
  "TrainingClassID": "fcfa3b90-834d-4452-a7c2-41e4d3e486b4",
  "StartDate": "2026-07-26T08:11:13.4561614-04:00",
  "EndDate": "2026-07-26T08:11:13.4561614-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "4e08e386-c060-426f-8f51-93e71471eba1",
  "Used": true,
  "UsedDateTime": "2026-07-26T08:11:13.4561614-04:00",
  "InventoryItemID": "8854dc28-769f-4c8b-86c7-98de6d1509ea"
}