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": "fc13020d-aeb0-4dcb-9e29-7b47f985c523",
  "Code": "sample string 2",
  "TrainingTypeID": "7947dcca-bb9f-46a4-853b-fd178254e404",
  "TrainingClassID": "69ba0f19-c711-4892-b463-fd532ec233e9",
  "StartDate": "2026-03-25T16:40:45.8982469-04:00",
  "EndDate": "2026-03-25T16:40:45.8982469-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "a35fe4d4-b77a-45d5-91e2-fc93420da2c8",
  "Used": true,
  "UsedDateTime": "2026-03-25T16:40:45.8982469-04:00",
  "InventoryItemID": "51df8127-34d9-483d-af27-295c4dfdca44"
}