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": "e242b1e9-b037-4958-b76b-9a0521d3a3a8",
  "Code": "sample string 2",
  "TrainingTypeID": "01fed1f5-f4b9-4ec9-bba2-bac2c457dc8e",
  "TrainingClassID": "200003ac-03d1-4f86-a592-bab1cdbec300",
  "StartDate": "2025-12-24T04:46:10.5061883-05:00",
  "EndDate": "2025-12-24T04:46:10.5061883-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "9313bec5-3940-4bec-872d-fd5fc193a839",
  "Used": true,
  "UsedDateTime": "2025-12-24T04:46:10.5061883-05:00",
  "InventoryItemID": "2810760a-d8a9-40cf-a3db-c38bbddc32db"
}