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": "43779d7c-797c-47c8-b007-4f78a14dcf5d",
  "Code": "sample string 2",
  "TrainingTypeID": "5ec64f40-927a-4b16-a921-faedd8740484",
  "TrainingClassID": "3f54a3fd-eeca-4448-83d3-af0d7e61d82c",
  "StartDate": "2026-04-10T18:01:01.4157321-04:00",
  "EndDate": "2026-04-10T18:01:01.4157321-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "7e68842e-93b7-4e7e-b8b5-15b3c6dd3181",
  "Used": true,
  "UsedDateTime": "2026-04-10T18:01:01.4157321-04:00",
  "InventoryItemID": "28b5db05-5969-4a12-98b0-edf9ef1bb477"
}