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": "580d01a8-30cf-4a23-b389-b0b23dc632d6",
"Code": "sample string 2",
"TrainingTypeID": "cc6f92f7-26aa-4544-b656-27e8cc83ecaa",
"TrainingClassID": "ae731040-b106-43ee-8d87-372ed4c89b42",
"StartDate": "2026-08-12T05:01:46.4454258-04:00",
"EndDate": "2026-08-12T05:01:46.4454258-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "05c2cf2c-ff95-461b-80a4-3b5ee27c503b",
"Used": true,
"UsedDateTime": "2026-08-12T05:01:46.4454258-04:00",
"InventoryItemID": "26f3b04f-b587-48c1-b441-edc0687efbd8"
},
{
"DiscountCodeID": "580d01a8-30cf-4a23-b389-b0b23dc632d6",
"Code": "sample string 2",
"TrainingTypeID": "cc6f92f7-26aa-4544-b656-27e8cc83ecaa",
"TrainingClassID": "ae731040-b106-43ee-8d87-372ed4c89b42",
"StartDate": "2026-08-12T05:01:46.4454258-04:00",
"EndDate": "2026-08-12T05:01:46.4454258-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "05c2cf2c-ff95-461b-80a4-3b5ee27c503b",
"Used": true,
"UsedDateTime": "2026-08-12T05:01:46.4454258-04:00",
"InventoryItemID": "26f3b04f-b587-48c1-b441-edc0687efbd8"
},
{
"DiscountCodeID": "580d01a8-30cf-4a23-b389-b0b23dc632d6",
"Code": "sample string 2",
"TrainingTypeID": "cc6f92f7-26aa-4544-b656-27e8cc83ecaa",
"TrainingClassID": "ae731040-b106-43ee-8d87-372ed4c89b42",
"StartDate": "2026-08-12T05:01:46.4454258-04:00",
"EndDate": "2026-08-12T05:01:46.4454258-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "05c2cf2c-ff95-461b-80a4-3b5ee27c503b",
"Used": true,
"UsedDateTime": "2026-08-12T05:01:46.4454258-04:00",
"InventoryItemID": "26f3b04f-b587-48c1-b441-edc0687efbd8"
}
]