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": "2d226e83-2580-4c06-9cfc-fd998a298aad",
  "Code": "sample string 2",
  "TrainingTypeID": "e8a96de1-203f-4456-8d69-097abf83d149",
  "TrainingClassID": "f9d298f5-5c2c-485b-a4ae-8f636e08594d",
  "StartDate": "2025-09-13T13:51:26.0970742-04:00",
  "EndDate": "2025-09-13T13:51:26.0970742-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "5f67537f-5949-4a69-a31a-a8c13d6e777d",
  "Used": true,
  "UsedDateTime": "2025-09-13T13:51:26.0970742-04:00",
  "InventoryItemID": "79f27662-12a6-413e-a437-a42f3e0f69d2"
}