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": "544ea89b-d792-4d20-84d6-2ee2dea48d25",
  "Code": "sample string 2",
  "TrainingTypeID": "c51e596e-ec0c-4114-81bd-ec59772a6556",
  "TrainingClassID": "12252199-3b87-440e-a3eb-e1114570063f",
  "StartDate": "2024-10-06T05:43:43.4516868-04:00",
  "EndDate": "2024-10-06T05:43:43.4516868-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "94fa625a-37f4-437e-8557-270dd40cfad8",
  "Used": true,
  "UsedDateTime": "2024-10-06T05:43:43.4516868-04:00",
  "InventoryItemID": "085157b0-b85d-4801-a909-95bb274e6979"
}