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": "b77ce7d7-4ba2-4121-a6d7-e45a4aeef7cf",
  "Code": "sample string 2",
  "TrainingTypeID": "29ee69b9-d7d7-4a76-96d4-9c800ac383be",
  "TrainingClassID": "fb249cd0-2525-44a4-b8ac-55a3d8446c8d",
  "StartDate": "2026-04-13T00:23:13.2843918-04:00",
  "EndDate": "2026-04-13T00:23:13.2843918-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "d1e655d0-d99e-4a48-b99b-a6993ec61eb0",
  "Used": true,
  "UsedDateTime": "2026-04-13T00:23:13.2843918-04:00",
  "InventoryItemID": "5c9269c9-adef-45eb-8d1d-612c59b56b60"
}