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": "038509bd-2e3b-4262-ade8-94a85e808d1d",
  "Code": "sample string 2",
  "TrainingTypeID": "18f1693e-e1f7-481f-beee-00ee0e45d55f",
  "TrainingClassID": "3cfb820d-e9ea-45e8-b2e2-af5813a60719",
  "StartDate": "2025-11-06T00:58:44.2147702-05:00",
  "EndDate": "2025-11-06T00:58:44.2147702-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "ab52fc80-707f-4266-affd-cbc36b4e48fd",
  "Used": true,
  "UsedDateTime": "2025-11-06T00:58:44.2147702-05:00",
  "InventoryItemID": "54af56b1-4e2c-424e-b221-51fed5b0d751"
}