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": "c5f0b5ec-2ce9-4b55-8437-47309547d410",
  "Code": "sample string 2",
  "TrainingTypeID": "e7fef4c9-4ee7-481c-8995-7e831cc6789b",
  "TrainingClassID": "6da397b3-6e1f-4c1b-9665-9e81fed4b631",
  "StartDate": "2026-04-02T19:52:23.7770404-04:00",
  "EndDate": "2026-04-02T19:52:23.7770404-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "29501539-75fe-4623-93f7-c4428b90202e",
  "Used": true,
  "UsedDateTime": "2026-04-02T19:52:23.7770404-04:00",
  "InventoryItemID": "1dc77788-a54e-43e0-990b-93c499007d78"
}