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": "42534d39-c457-4aea-a322-81aab37cb487",
"Code": "sample string 2",
"TrainingTypeID": "c13c3796-8b5d-47b1-a11c-2d254aa8a1a4",
"TrainingClassID": "23def15b-5ec1-4f2b-bea3-f6b9daab971c",
"StartDate": "2026-06-21T07:16:58.5246976-04:00",
"EndDate": "2026-06-21T07:16:58.5246976-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "10fed4e6-fca1-4c14-b54c-9233e0e49379",
"Used": true,
"UsedDateTime": "2026-06-21T07:16:58.5246976-04:00",
"InventoryItemID": "191a14ba-b978-463c-88d5-7124aca335ed"
},
{
"DiscountCodeID": "42534d39-c457-4aea-a322-81aab37cb487",
"Code": "sample string 2",
"TrainingTypeID": "c13c3796-8b5d-47b1-a11c-2d254aa8a1a4",
"TrainingClassID": "23def15b-5ec1-4f2b-bea3-f6b9daab971c",
"StartDate": "2026-06-21T07:16:58.5246976-04:00",
"EndDate": "2026-06-21T07:16:58.5246976-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "10fed4e6-fca1-4c14-b54c-9233e0e49379",
"Used": true,
"UsedDateTime": "2026-06-21T07:16:58.5246976-04:00",
"InventoryItemID": "191a14ba-b978-463c-88d5-7124aca335ed"
},
{
"DiscountCodeID": "42534d39-c457-4aea-a322-81aab37cb487",
"Code": "sample string 2",
"TrainingTypeID": "c13c3796-8b5d-47b1-a11c-2d254aa8a1a4",
"TrainingClassID": "23def15b-5ec1-4f2b-bea3-f6b9daab971c",
"StartDate": "2026-06-21T07:16:58.5246976-04:00",
"EndDate": "2026-06-21T07:16:58.5246976-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "10fed4e6-fca1-4c14-b54c-9233e0e49379",
"Used": true,
"UsedDateTime": "2026-06-21T07:16:58.5246976-04:00",
"InventoryItemID": "191a14ba-b978-463c-88d5-7124aca335ed"
}
]