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": "45e27b00-d7e1-4941-96e7-f1844e33ddbb",
  "Code": "sample string 2",
  "TrainingTypeID": "e49c44de-dd6c-470e-9e9f-ce135b972550",
  "TrainingClassID": "2e865572-2e35-4f7c-8681-6130f3b01147",
  "StartDate": "2025-11-21T01:45:19.9612512-05:00",
  "EndDate": "2025-11-21T01:45:19.9612512-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "0d19d2bc-3be7-429c-bc03-d2fc236b42c0",
  "Used": true,
  "UsedDateTime": "2025-11-21T01:45:19.9612512-05:00",
  "InventoryItemID": "893fccaf-48f6-4032-8c80-f5ea7971f754"
}