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": "40f13c39-53b7-4dfb-a19d-20600f54f88f",
"Code": "sample string 2",
"TrainingTypeID": "bd892283-be62-4b95-8e8e-05ee99c6a61c",
"TrainingClassID": "b64f4c94-c10f-44fa-900d-2be97f00a079",
"StartDate": "2026-05-07T18:21:24.0492128-04:00",
"EndDate": "2026-05-07T18:21:24.0492128-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0667d3d5-d4d6-4c56-8b56-76c0ae273a23",
"Used": true,
"UsedDateTime": "2026-05-07T18:21:24.0492128-04:00",
"InventoryItemID": "21806705-746b-426d-9a6d-523a69559ffe"
},
{
"DiscountCodeID": "40f13c39-53b7-4dfb-a19d-20600f54f88f",
"Code": "sample string 2",
"TrainingTypeID": "bd892283-be62-4b95-8e8e-05ee99c6a61c",
"TrainingClassID": "b64f4c94-c10f-44fa-900d-2be97f00a079",
"StartDate": "2026-05-07T18:21:24.0492128-04:00",
"EndDate": "2026-05-07T18:21:24.0492128-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0667d3d5-d4d6-4c56-8b56-76c0ae273a23",
"Used": true,
"UsedDateTime": "2026-05-07T18:21:24.0492128-04:00",
"InventoryItemID": "21806705-746b-426d-9a6d-523a69559ffe"
},
{
"DiscountCodeID": "40f13c39-53b7-4dfb-a19d-20600f54f88f",
"Code": "sample string 2",
"TrainingTypeID": "bd892283-be62-4b95-8e8e-05ee99c6a61c",
"TrainingClassID": "b64f4c94-c10f-44fa-900d-2be97f00a079",
"StartDate": "2026-05-07T18:21:24.0492128-04:00",
"EndDate": "2026-05-07T18:21:24.0492128-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0667d3d5-d4d6-4c56-8b56-76c0ae273a23",
"Used": true,
"UsedDateTime": "2026-05-07T18:21:24.0492128-04:00",
"InventoryItemID": "21806705-746b-426d-9a6d-523a69559ffe"
}
]