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": "e714bbc8-915c-46b1-be72-2d17af3d6c00",
"Code": "sample string 2",
"TrainingTypeID": "0b867c29-0b87-4253-b12c-e73f6bce5360",
"TrainingClassID": "aa29951b-c75b-422e-9b42-bfb620a86bd1",
"StartDate": "2026-07-25T10:05:10.3340674-04:00",
"EndDate": "2026-07-25T10:05:10.3340674-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6cc0b872-4448-49aa-8fc4-64a8ff62f3dc",
"Used": true,
"UsedDateTime": "2026-07-25T10:05:10.3340674-04:00",
"InventoryItemID": "77911f34-0d3c-4c30-b54f-5c4d808b9575"
},
{
"DiscountCodeID": "e714bbc8-915c-46b1-be72-2d17af3d6c00",
"Code": "sample string 2",
"TrainingTypeID": "0b867c29-0b87-4253-b12c-e73f6bce5360",
"TrainingClassID": "aa29951b-c75b-422e-9b42-bfb620a86bd1",
"StartDate": "2026-07-25T10:05:10.3340674-04:00",
"EndDate": "2026-07-25T10:05:10.3340674-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6cc0b872-4448-49aa-8fc4-64a8ff62f3dc",
"Used": true,
"UsedDateTime": "2026-07-25T10:05:10.3340674-04:00",
"InventoryItemID": "77911f34-0d3c-4c30-b54f-5c4d808b9575"
},
{
"DiscountCodeID": "e714bbc8-915c-46b1-be72-2d17af3d6c00",
"Code": "sample string 2",
"TrainingTypeID": "0b867c29-0b87-4253-b12c-e73f6bce5360",
"TrainingClassID": "aa29951b-c75b-422e-9b42-bfb620a86bd1",
"StartDate": "2026-07-25T10:05:10.3340674-04:00",
"EndDate": "2026-07-25T10:05:10.3340674-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6cc0b872-4448-49aa-8fc4-64a8ff62f3dc",
"Used": true,
"UsedDateTime": "2026-07-25T10:05:10.3340674-04:00",
"InventoryItemID": "77911f34-0d3c-4c30-b54f-5c4d808b9575"
}
]