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": "5696e3db-4527-466d-85fc-e8c474496e67",
  "Code": "sample string 2",
  "TrainingTypeID": "ded9f97f-242c-4192-ac9e-a3e4114d4933",
  "TrainingClassID": "d2d4912e-9a31-43d7-9158-8be697991c02",
  "StartDate": "2025-11-24T20:24:07.0754877-05:00",
  "EndDate": "2025-11-24T20:24:07.0754877-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "ef8aeb70-c671-44bb-b854-3377e1e2cd21",
  "Used": true,
  "UsedDateTime": "2025-11-24T20:24:07.0754877-05:00",
  "InventoryItemID": "0ff78c78-d091-4acf-95d3-533631fcfe94"
}