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": "0b2706e1-029e-44d9-ae84-db1410a0a78d",
  "Code": "sample string 2",
  "TrainingTypeID": "0d7043c2-262b-4fc0-9cdc-e6575977422a",
  "TrainingClassID": "22764ef1-afdd-43f0-9ae2-a882a7d71e75",
  "StartDate": "2026-05-27T23:18:16.1821092-04:00",
  "EndDate": "2026-05-27T23:18:16.1821092-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "da763391-2531-4e8d-bc29-490d2b645e60",
  "Used": true,
  "UsedDateTime": "2026-05-27T23:18:16.1821092-04:00",
  "InventoryItemID": "bd90580e-d1be-45c8-8a1c-8e99fe379c77"
}