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": "1c3902d5-899c-494e-995a-5624bc024a16",
  "Code": "sample string 2",
  "TrainingTypeID": "a3468da4-30af-4878-b135-ac129b428233",
  "TrainingClassID": "69ea595b-b9a4-4489-ab15-fd47322218c7",
  "StartDate": "2025-11-30T08:31:51.0746525-05:00",
  "EndDate": "2025-11-30T08:31:51.0746525-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "fb2a11d4-110d-4a02-aaa8-4def4658802c",
  "Used": true,
  "UsedDateTime": "2025-11-30T08:31:51.0746525-05:00",
  "InventoryItemID": "a945c034-7813-414d-8508-571d748882c3"
}