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": "a9447a55-9b11-45f8-8980-4a95fc61c494",
"Code": "sample string 2",
"TrainingTypeID": "ccd8fa34-b686-41d3-8f41-3a27e8f62377",
"TrainingClassID": "387cfe29-1699-41ea-9f52-f8b8574c4e49",
"StartDate": "2026-07-25T18:37:22.1207553-04:00",
"EndDate": "2026-07-25T18:37:22.1207553-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5908e16d-1419-49c3-aaa9-065a3f9d231d",
"Used": true,
"UsedDateTime": "2026-07-25T18:37:22.1207553-04:00",
"InventoryItemID": "fc74f795-9442-46be-80e6-0d2295891cbb"
},
{
"DiscountCodeID": "a9447a55-9b11-45f8-8980-4a95fc61c494",
"Code": "sample string 2",
"TrainingTypeID": "ccd8fa34-b686-41d3-8f41-3a27e8f62377",
"TrainingClassID": "387cfe29-1699-41ea-9f52-f8b8574c4e49",
"StartDate": "2026-07-25T18:37:22.1207553-04:00",
"EndDate": "2026-07-25T18:37:22.1207553-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5908e16d-1419-49c3-aaa9-065a3f9d231d",
"Used": true,
"UsedDateTime": "2026-07-25T18:37:22.1207553-04:00",
"InventoryItemID": "fc74f795-9442-46be-80e6-0d2295891cbb"
},
{
"DiscountCodeID": "a9447a55-9b11-45f8-8980-4a95fc61c494",
"Code": "sample string 2",
"TrainingTypeID": "ccd8fa34-b686-41d3-8f41-3a27e8f62377",
"TrainingClassID": "387cfe29-1699-41ea-9f52-f8b8574c4e49",
"StartDate": "2026-07-25T18:37:22.1207553-04:00",
"EndDate": "2026-07-25T18:37:22.1207553-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5908e16d-1419-49c3-aaa9-065a3f9d231d",
"Used": true,
"UsedDateTime": "2026-07-25T18:37:22.1207553-04:00",
"InventoryItemID": "fc74f795-9442-46be-80e6-0d2295891cbb"
}
]