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": "6be92fe1-bc0a-4423-aa8d-25f1c1f93fad",
"Code": "sample string 2",
"TrainingTypeID": "46dbc49d-5945-4967-a7bc-2f6746244ed4",
"TrainingClassID": "9c312b72-3999-468f-a9e8-42429d5d6182",
"StartDate": "2026-08-13T20:14:54.2284974-04:00",
"EndDate": "2026-08-13T20:14:54.2284974-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "308422f6-01ce-4103-93aa-16af795bb93b",
"Used": true,
"UsedDateTime": "2026-08-13T20:14:54.2284974-04:00",
"InventoryItemID": "e5dc066e-dc2b-472c-abd4-cae4a6d5bf37"
},
{
"DiscountCodeID": "6be92fe1-bc0a-4423-aa8d-25f1c1f93fad",
"Code": "sample string 2",
"TrainingTypeID": "46dbc49d-5945-4967-a7bc-2f6746244ed4",
"TrainingClassID": "9c312b72-3999-468f-a9e8-42429d5d6182",
"StartDate": "2026-08-13T20:14:54.2284974-04:00",
"EndDate": "2026-08-13T20:14:54.2284974-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "308422f6-01ce-4103-93aa-16af795bb93b",
"Used": true,
"UsedDateTime": "2026-08-13T20:14:54.2284974-04:00",
"InventoryItemID": "e5dc066e-dc2b-472c-abd4-cae4a6d5bf37"
},
{
"DiscountCodeID": "6be92fe1-bc0a-4423-aa8d-25f1c1f93fad",
"Code": "sample string 2",
"TrainingTypeID": "46dbc49d-5945-4967-a7bc-2f6746244ed4",
"TrainingClassID": "9c312b72-3999-468f-a9e8-42429d5d6182",
"StartDate": "2026-08-13T20:14:54.2284974-04:00",
"EndDate": "2026-08-13T20:14:54.2284974-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "308422f6-01ce-4103-93aa-16af795bb93b",
"Used": true,
"UsedDateTime": "2026-08-13T20:14:54.2284974-04:00",
"InventoryItemID": "e5dc066e-dc2b-472c-abd4-cae4a6d5bf37"
}
]