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": "8cdb0d6d-c8b0-4edf-847d-aa1aaa45c50b",
"Code": "sample string 2",
"TrainingTypeID": "9ebf6b3f-2846-4d97-91c8-bd2a1fe09f44",
"TrainingClassID": "1526aa97-291a-4506-8b15-7e457c54be19",
"StartDate": "2026-09-08T12:14:18.019571-04:00",
"EndDate": "2026-09-08T12:14:18.019571-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8688f72e-64fc-4063-bca4-90ec8bff0962",
"Used": true,
"UsedDateTime": "2026-09-08T12:14:18.019571-04:00",
"InventoryItemID": "3ba9a3f8-ec63-44de-a011-40b66e3d8e8c"
},
{
"DiscountCodeID": "8cdb0d6d-c8b0-4edf-847d-aa1aaa45c50b",
"Code": "sample string 2",
"TrainingTypeID": "9ebf6b3f-2846-4d97-91c8-bd2a1fe09f44",
"TrainingClassID": "1526aa97-291a-4506-8b15-7e457c54be19",
"StartDate": "2026-09-08T12:14:18.019571-04:00",
"EndDate": "2026-09-08T12:14:18.019571-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8688f72e-64fc-4063-bca4-90ec8bff0962",
"Used": true,
"UsedDateTime": "2026-09-08T12:14:18.019571-04:00",
"InventoryItemID": "3ba9a3f8-ec63-44de-a011-40b66e3d8e8c"
},
{
"DiscountCodeID": "8cdb0d6d-c8b0-4edf-847d-aa1aaa45c50b",
"Code": "sample string 2",
"TrainingTypeID": "9ebf6b3f-2846-4d97-91c8-bd2a1fe09f44",
"TrainingClassID": "1526aa97-291a-4506-8b15-7e457c54be19",
"StartDate": "2026-09-08T12:14:18.019571-04:00",
"EndDate": "2026-09-08T12:14:18.019571-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8688f72e-64fc-4063-bca4-90ec8bff0962",
"Used": true,
"UsedDateTime": "2026-09-08T12:14:18.019571-04:00",
"InventoryItemID": "3ba9a3f8-ec63-44de-a011-40b66e3d8e8c"
}
]