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": "235193c4-1c52-41a5-9722-a179b0eb7f43",
"Code": "sample string 2",
"TrainingTypeID": "e32fa12b-96bb-4385-b4ac-60c6fe93c94b",
"TrainingClassID": "3e860dfe-e9ad-491d-b4ef-fe226927e725",
"StartDate": "2026-09-06T23:22:15.1209444-04:00",
"EndDate": "2026-09-06T23:22:15.1209444-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "52740a55-995a-42c8-9c68-dfd2df2840eb",
"Used": true,
"UsedDateTime": "2026-09-06T23:22:15.1209444-04:00",
"InventoryItemID": "43b30b49-3855-471e-904f-4b2e8b5a1840"
},
{
"DiscountCodeID": "235193c4-1c52-41a5-9722-a179b0eb7f43",
"Code": "sample string 2",
"TrainingTypeID": "e32fa12b-96bb-4385-b4ac-60c6fe93c94b",
"TrainingClassID": "3e860dfe-e9ad-491d-b4ef-fe226927e725",
"StartDate": "2026-09-06T23:22:15.1209444-04:00",
"EndDate": "2026-09-06T23:22:15.1209444-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "52740a55-995a-42c8-9c68-dfd2df2840eb",
"Used": true,
"UsedDateTime": "2026-09-06T23:22:15.1209444-04:00",
"InventoryItemID": "43b30b49-3855-471e-904f-4b2e8b5a1840"
},
{
"DiscountCodeID": "235193c4-1c52-41a5-9722-a179b0eb7f43",
"Code": "sample string 2",
"TrainingTypeID": "e32fa12b-96bb-4385-b4ac-60c6fe93c94b",
"TrainingClassID": "3e860dfe-e9ad-491d-b4ef-fe226927e725",
"StartDate": "2026-09-06T23:22:15.1209444-04:00",
"EndDate": "2026-09-06T23:22:15.1209444-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "52740a55-995a-42c8-9c68-dfd2df2840eb",
"Used": true,
"UsedDateTime": "2026-09-06T23:22:15.1209444-04:00",
"InventoryItemID": "43b30b49-3855-471e-904f-4b2e8b5a1840"
}
]