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": "6127647f-f48d-4335-aa6a-7e7fb5bb9290",
"Code": "sample string 2",
"TrainingTypeID": "bd6310d0-23a6-4c98-a068-54590c489955",
"TrainingClassID": "c80bb662-02ef-4614-9e37-9a5dc4bd8a48",
"StartDate": "2026-06-29T21:13:46.1768431-04:00",
"EndDate": "2026-06-29T21:13:46.1768431-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f1d59403-fddc-4e65-8039-ffc70454ba79",
"Used": true,
"UsedDateTime": "2026-06-29T21:13:46.1768431-04:00",
"InventoryItemID": "91af4431-a092-48b8-a6a8-35d729b40a97"
},
{
"DiscountCodeID": "6127647f-f48d-4335-aa6a-7e7fb5bb9290",
"Code": "sample string 2",
"TrainingTypeID": "bd6310d0-23a6-4c98-a068-54590c489955",
"TrainingClassID": "c80bb662-02ef-4614-9e37-9a5dc4bd8a48",
"StartDate": "2026-06-29T21:13:46.1768431-04:00",
"EndDate": "2026-06-29T21:13:46.1768431-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f1d59403-fddc-4e65-8039-ffc70454ba79",
"Used": true,
"UsedDateTime": "2026-06-29T21:13:46.1768431-04:00",
"InventoryItemID": "91af4431-a092-48b8-a6a8-35d729b40a97"
},
{
"DiscountCodeID": "6127647f-f48d-4335-aa6a-7e7fb5bb9290",
"Code": "sample string 2",
"TrainingTypeID": "bd6310d0-23a6-4c98-a068-54590c489955",
"TrainingClassID": "c80bb662-02ef-4614-9e37-9a5dc4bd8a48",
"StartDate": "2026-06-29T21:13:46.1768431-04:00",
"EndDate": "2026-06-29T21:13:46.1768431-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f1d59403-fddc-4e65-8039-ffc70454ba79",
"Used": true,
"UsedDateTime": "2026-06-29T21:13:46.1768431-04:00",
"InventoryItemID": "91af4431-a092-48b8-a6a8-35d729b40a97"
}
]