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": "8e4af64c-0761-4f06-ac6d-0cf60e30577c",
  "Code": "sample string 2",
  "TrainingTypeID": "e4c37964-fdcf-4e8b-a665-3d3c1020de9a",
  "TrainingClassID": "4dfbed9a-599a-4bec-9fa9-9bbf7df755a0",
  "StartDate": "2026-03-31T10:11:40.2374045-04:00",
  "EndDate": "2026-03-31T10:11:40.2374045-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "a9bf6cad-f720-4a84-89f6-0fe8606d54bd",
  "Used": true,
  "UsedDateTime": "2026-03-31T10:11:40.2374045-04:00",
  "InventoryItemID": "f0d8de10-51d9-41f4-b95d-9e4f40ed5fb6"
}