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": "16346fb3-ccfb-42ed-9e58-f6723c972882",
"Code": "sample string 2",
"TrainingTypeID": "eaa9feff-d47c-4fbc-9094-25b2db0ec26f",
"TrainingClassID": "71ab7c26-4e16-4624-828e-36e7037cc2f2",
"StartDate": "2026-05-11T17:53:21.2633012-04:00",
"EndDate": "2026-05-11T17:53:21.2633012-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "83c114d2-3967-4ceb-960e-90793ac99690",
"Used": true,
"UsedDateTime": "2026-05-11T17:53:21.2633012-04:00",
"InventoryItemID": "15b4af3e-a12b-449a-b15b-6979260dc7aa"
},
{
"DiscountCodeID": "16346fb3-ccfb-42ed-9e58-f6723c972882",
"Code": "sample string 2",
"TrainingTypeID": "eaa9feff-d47c-4fbc-9094-25b2db0ec26f",
"TrainingClassID": "71ab7c26-4e16-4624-828e-36e7037cc2f2",
"StartDate": "2026-05-11T17:53:21.2633012-04:00",
"EndDate": "2026-05-11T17:53:21.2633012-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "83c114d2-3967-4ceb-960e-90793ac99690",
"Used": true,
"UsedDateTime": "2026-05-11T17:53:21.2633012-04:00",
"InventoryItemID": "15b4af3e-a12b-449a-b15b-6979260dc7aa"
},
{
"DiscountCodeID": "16346fb3-ccfb-42ed-9e58-f6723c972882",
"Code": "sample string 2",
"TrainingTypeID": "eaa9feff-d47c-4fbc-9094-25b2db0ec26f",
"TrainingClassID": "71ab7c26-4e16-4624-828e-36e7037cc2f2",
"StartDate": "2026-05-11T17:53:21.2633012-04:00",
"EndDate": "2026-05-11T17:53:21.2633012-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "83c114d2-3967-4ceb-960e-90793ac99690",
"Used": true,
"UsedDateTime": "2026-05-11T17:53:21.2633012-04:00",
"InventoryItemID": "15b4af3e-a12b-449a-b15b-6979260dc7aa"
}
]