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": "5c6455e7-bd1c-40a9-a2f8-7eeb6d7c2d87",
  "Code": "sample string 2",
  "TrainingTypeID": "0bb23000-801d-4cf2-b186-8587b6f106e8",
  "TrainingClassID": "f7e9d0de-3836-4b07-a2a1-ba0cd975773d",
  "StartDate": "2025-12-09T23:09:31.0714051-05:00",
  "EndDate": "2025-12-09T23:09:31.0714051-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "8db87e1c-3414-4355-992a-c03c25c06c16",
  "Used": true,
  "UsedDateTime": "2025-12-09T23:09:31.0714051-05:00",
  "InventoryItemID": "2fea4cf8-fe3d-4b68-a2a9-ccefd9d7d064"
}