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": "f7db0a33-eee6-4581-a894-a8906666c01e",
  "Code": "sample string 2",
  "TrainingTypeID": "d3fd4bee-a600-4e79-8e84-2aa48002bc6d",
  "TrainingClassID": "9a4bf166-c976-4cf0-9d03-b7cb5f852c93",
  "StartDate": "2026-03-06T10:24:17.8987337-05:00",
  "EndDate": "2026-03-06T10:24:17.8987337-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "fea0f750-0a0f-40bc-bb0f-b034bfbe6066",
  "Used": true,
  "UsedDateTime": "2026-03-06T10:24:17.8987337-05:00",
  "InventoryItemID": "c5d1b318-c7dd-41cb-bb09-9ae279ea799e"
}