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": "f5965a5a-fd29-4dc8-8a4f-8a11a5a1ea58",
"Code": "sample string 2",
"TrainingTypeID": "9bb452a5-dd59-465a-afcd-f60f7cbc5b6f",
"TrainingClassID": "a7848d95-8175-4ca1-bc79-8a250b0432dc",
"StartDate": "2026-06-23T09:06:31.6058087-04:00",
"EndDate": "2026-06-23T09:06:31.6058087-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0d2cc3aa-e5f4-4791-a807-2aaa8dd5060c",
"Used": true,
"UsedDateTime": "2026-06-23T09:06:31.6058087-04:00",
"InventoryItemID": "660e3646-583f-4a23-9bd1-916551b8d3d1"
},
{
"DiscountCodeID": "f5965a5a-fd29-4dc8-8a4f-8a11a5a1ea58",
"Code": "sample string 2",
"TrainingTypeID": "9bb452a5-dd59-465a-afcd-f60f7cbc5b6f",
"TrainingClassID": "a7848d95-8175-4ca1-bc79-8a250b0432dc",
"StartDate": "2026-06-23T09:06:31.6058087-04:00",
"EndDate": "2026-06-23T09:06:31.6058087-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0d2cc3aa-e5f4-4791-a807-2aaa8dd5060c",
"Used": true,
"UsedDateTime": "2026-06-23T09:06:31.6058087-04:00",
"InventoryItemID": "660e3646-583f-4a23-9bd1-916551b8d3d1"
},
{
"DiscountCodeID": "f5965a5a-fd29-4dc8-8a4f-8a11a5a1ea58",
"Code": "sample string 2",
"TrainingTypeID": "9bb452a5-dd59-465a-afcd-f60f7cbc5b6f",
"TrainingClassID": "a7848d95-8175-4ca1-bc79-8a250b0432dc",
"StartDate": "2026-06-23T09:06:31.6058087-04:00",
"EndDate": "2026-06-23T09:06:31.6058087-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0d2cc3aa-e5f4-4791-a807-2aaa8dd5060c",
"Used": true,
"UsedDateTime": "2026-06-23T09:06:31.6058087-04:00",
"InventoryItemID": "660e3646-583f-4a23-9bd1-916551b8d3d1"
}
]