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": "0135fff2-94d0-4efc-80c8-3bdb0585bc7b",
  "Code": "sample string 2",
  "TrainingTypeID": "d2ffd059-193f-4f0c-9def-b03face95aba",
  "TrainingClassID": "6926e7a9-bfc6-47a5-80e1-5ad327c6a541",
  "StartDate": "2026-03-30T21:15:45.9580216-04:00",
  "EndDate": "2026-03-30T21:15:45.9580216-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "c6f4db48-2a54-4302-8699-fe5c5641f094",
  "Used": true,
  "UsedDateTime": "2026-03-30T21:15:45.9580216-04:00",
  "InventoryItemID": "c8d123d9-b0b1-4f35-9f43-d4620b551f02"
}