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": "4389abce-c240-4872-afdb-1604f14fd81b",
"Code": "sample string 2",
"TrainingTypeID": "bc96ff88-3759-47cd-a2b2-2f9a9776bcb6",
"TrainingClassID": "e2d1d09b-13dc-47dc-9ad8-349a44937d4f",
"StartDate": "2026-05-26T09:37:20.3703614-04:00",
"EndDate": "2026-05-26T09:37:20.3703614-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a69646e7-db88-4ec9-bc75-fe3700c7c356",
"Used": true,
"UsedDateTime": "2026-05-26T09:37:20.3703614-04:00",
"InventoryItemID": "dfa69c4e-f169-4711-87fc-e689bf0295de"
},
{
"DiscountCodeID": "4389abce-c240-4872-afdb-1604f14fd81b",
"Code": "sample string 2",
"TrainingTypeID": "bc96ff88-3759-47cd-a2b2-2f9a9776bcb6",
"TrainingClassID": "e2d1d09b-13dc-47dc-9ad8-349a44937d4f",
"StartDate": "2026-05-26T09:37:20.3703614-04:00",
"EndDate": "2026-05-26T09:37:20.3703614-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a69646e7-db88-4ec9-bc75-fe3700c7c356",
"Used": true,
"UsedDateTime": "2026-05-26T09:37:20.3703614-04:00",
"InventoryItemID": "dfa69c4e-f169-4711-87fc-e689bf0295de"
},
{
"DiscountCodeID": "4389abce-c240-4872-afdb-1604f14fd81b",
"Code": "sample string 2",
"TrainingTypeID": "bc96ff88-3759-47cd-a2b2-2f9a9776bcb6",
"TrainingClassID": "e2d1d09b-13dc-47dc-9ad8-349a44937d4f",
"StartDate": "2026-05-26T09:37:20.3703614-04:00",
"EndDate": "2026-05-26T09:37:20.3703614-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a69646e7-db88-4ec9-bc75-fe3700c7c356",
"Used": true,
"UsedDateTime": "2026-05-26T09:37:20.3703614-04:00",
"InventoryItemID": "dfa69c4e-f169-4711-87fc-e689bf0295de"
}
]