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": "32d6b7e5-1222-43ac-baa1-3036d543e2ac",
  "Code": "sample string 2",
  "TrainingTypeID": "77b28e2b-8f0e-46d1-a37e-61192ab0c96d",
  "TrainingClassID": "d31b1e3e-e3ff-48df-aa1a-97b6bcfdf16d",
  "StartDate": "2025-07-06T19:20:51.2201685-04:00",
  "EndDate": "2025-07-06T19:20:51.2201685-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "32e1b6d1-e1de-421a-b25e-eb42edd1b9db",
  "Used": true,
  "UsedDateTime": "2025-07-06T19:20:51.2201685-04:00",
  "InventoryItemID": "248fc012-65d0-4ab2-934d-afd5b13b4a2b"
}