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": "0de782ab-eef2-4747-914d-e28a0439a98a",
"Code": "sample string 2",
"TrainingTypeID": "a39fbf77-e812-4100-960f-ecbad1294a9a",
"TrainingClassID": "0af66307-55fa-419f-b521-70d91b64d01b",
"StartDate": "2026-08-09T14:02:47.3982471-04:00",
"EndDate": "2026-08-09T14:02:47.3982471-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2ae03a09-a49b-4088-85e5-3f5d355e1df0",
"Used": true,
"UsedDateTime": "2026-08-09T14:02:47.3982471-04:00",
"InventoryItemID": "1537e827-7d20-46bb-8101-a9e7765adef6"
},
{
"DiscountCodeID": "0de782ab-eef2-4747-914d-e28a0439a98a",
"Code": "sample string 2",
"TrainingTypeID": "a39fbf77-e812-4100-960f-ecbad1294a9a",
"TrainingClassID": "0af66307-55fa-419f-b521-70d91b64d01b",
"StartDate": "2026-08-09T14:02:47.3982471-04:00",
"EndDate": "2026-08-09T14:02:47.3982471-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2ae03a09-a49b-4088-85e5-3f5d355e1df0",
"Used": true,
"UsedDateTime": "2026-08-09T14:02:47.3982471-04:00",
"InventoryItemID": "1537e827-7d20-46bb-8101-a9e7765adef6"
},
{
"DiscountCodeID": "0de782ab-eef2-4747-914d-e28a0439a98a",
"Code": "sample string 2",
"TrainingTypeID": "a39fbf77-e812-4100-960f-ecbad1294a9a",
"TrainingClassID": "0af66307-55fa-419f-b521-70d91b64d01b",
"StartDate": "2026-08-09T14:02:47.3982471-04:00",
"EndDate": "2026-08-09T14:02:47.3982471-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2ae03a09-a49b-4088-85e5-3f5d355e1df0",
"Used": true,
"UsedDateTime": "2026-08-09T14:02:47.3982471-04:00",
"InventoryItemID": "1537e827-7d20-46bb-8101-a9e7765adef6"
}
]