GET api/invoice/{invoiceid}/DiscountCode/{code}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoiceid | No documentation available. |
Define this parameter in the request URI. |
| code | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"DiscountCodeID": "0388a6d9-ed0b-446e-999b-732256ef78e9",
"Code": "sample string 2",
"TrainingTypeID": "4dc5e069-bd18-4f72-9da1-0a9257e29bfb",
"TrainingClassID": "47f1a322-e8d6-467c-9296-368f5f81df7d",
"StartDate": "2026-08-29T06:17:22.3179472-04:00",
"EndDate": "2026-08-29T06:17:22.3179472-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9c91f865-40ba-4ab8-a250-fe1c1ddcc68d",
"Used": true,
"UsedDateTime": "2026-08-29T06:17:22.3179472-04:00",
"InventoryItemID": "3f849494-a558-406e-a325-19347aa973df"
},
{
"DiscountCodeID": "0388a6d9-ed0b-446e-999b-732256ef78e9",
"Code": "sample string 2",
"TrainingTypeID": "4dc5e069-bd18-4f72-9da1-0a9257e29bfb",
"TrainingClassID": "47f1a322-e8d6-467c-9296-368f5f81df7d",
"StartDate": "2026-08-29T06:17:22.3179472-04:00",
"EndDate": "2026-08-29T06:17:22.3179472-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9c91f865-40ba-4ab8-a250-fe1c1ddcc68d",
"Used": true,
"UsedDateTime": "2026-08-29T06:17:22.3179472-04:00",
"InventoryItemID": "3f849494-a558-406e-a325-19347aa973df"
},
{
"DiscountCodeID": "0388a6d9-ed0b-446e-999b-732256ef78e9",
"Code": "sample string 2",
"TrainingTypeID": "4dc5e069-bd18-4f72-9da1-0a9257e29bfb",
"TrainingClassID": "47f1a322-e8d6-467c-9296-368f5f81df7d",
"StartDate": "2026-08-29T06:17:22.3179472-04:00",
"EndDate": "2026-08-29T06:17:22.3179472-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9c91f865-40ba-4ab8-a250-fe1c1ddcc68d",
"Used": true,
"UsedDateTime": "2026-08-29T06:17:22.3179472-04:00",
"InventoryItemID": "3f849494-a558-406e-a325-19347aa973df"
}
]