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": "7825b1fd-336b-4b4f-b366-247e08f6da1c",
"Code": "sample string 2",
"TrainingTypeID": "c44d9b82-b6cd-42a9-ad30-48b8e2d14328",
"TrainingClassID": "44be237b-b955-4291-af0c-0d34a027dc07",
"StartDate": "2026-08-18T09:27:27.7504194-04:00",
"EndDate": "2026-08-18T09:27:27.7504194-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "59f3ec5e-f562-4269-9d27-2b1039f714a3",
"Used": true,
"UsedDateTime": "2026-08-18T09:27:27.7504194-04:00",
"InventoryItemID": "f21655ae-da2e-453e-80af-7f5b4fa00c20"
},
{
"DiscountCodeID": "7825b1fd-336b-4b4f-b366-247e08f6da1c",
"Code": "sample string 2",
"TrainingTypeID": "c44d9b82-b6cd-42a9-ad30-48b8e2d14328",
"TrainingClassID": "44be237b-b955-4291-af0c-0d34a027dc07",
"StartDate": "2026-08-18T09:27:27.7504194-04:00",
"EndDate": "2026-08-18T09:27:27.7504194-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "59f3ec5e-f562-4269-9d27-2b1039f714a3",
"Used": true,
"UsedDateTime": "2026-08-18T09:27:27.7504194-04:00",
"InventoryItemID": "f21655ae-da2e-453e-80af-7f5b4fa00c20"
},
{
"DiscountCodeID": "7825b1fd-336b-4b4f-b366-247e08f6da1c",
"Code": "sample string 2",
"TrainingTypeID": "c44d9b82-b6cd-42a9-ad30-48b8e2d14328",
"TrainingClassID": "44be237b-b955-4291-af0c-0d34a027dc07",
"StartDate": "2026-08-18T09:27:27.7504194-04:00",
"EndDate": "2026-08-18T09:27:27.7504194-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "59f3ec5e-f562-4269-9d27-2b1039f714a3",
"Used": true,
"UsedDateTime": "2026-08-18T09:27:27.7504194-04:00",
"InventoryItemID": "f21655ae-da2e-453e-80af-7f5b4fa00c20"
}
]