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": "9f372adb-4524-4eaf-9a55-f0589d609b69",
  "Code": "sample string 2",
  "TrainingTypeID": "e8121abc-7883-441d-9ff4-e76fc327bf08",
  "TrainingClassID": "09cca56e-e3cf-447d-b138-b27381bcb793",
  "StartDate": "2025-11-27T15:47:54.8868848-05:00",
  "EndDate": "2025-11-27T15:47:54.8868848-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "dd35fc67-62c7-457e-aa4b-d78642c73721",
  "Used": true,
  "UsedDateTime": "2025-11-27T15:47:54.8868848-05:00",
  "InventoryItemID": "8c0851dd-5dd3-4150-a4b9-4d2a59ce79e8"
}