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": "c23110b7-2a8e-4240-9f2f-8cbd5aaf3372",
  "Code": "sample string 2",
  "TrainingTypeID": "c330549a-39a2-4ad6-8350-6904a62c7644",
  "TrainingClassID": "f44f87f6-7c87-4bd3-b024-1549ab201f2a",
  "StartDate": "2026-05-22T14:52:12.4883683-04:00",
  "EndDate": "2026-05-22T14:52:12.4883683-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "740b2e09-9421-43fd-a7a1-2a9ae12b91d7",
  "Used": true,
  "UsedDateTime": "2026-05-22T14:52:12.4883683-04:00",
  "InventoryItemID": "bf1b2e6c-f0c7-4d88-80d8-f0714abf5053"
}