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": "b435bf4f-a109-44b9-bc8b-8d11b48b4973",
"Code": "sample string 2",
"TrainingTypeID": "3358f41e-0a78-4d80-93c3-7b92afe8cbd0",
"TrainingClassID": "7b8bf1ee-5572-4e6c-902f-848c630794b0",
"StartDate": "2026-05-26T02:11:31.2504146-04:00",
"EndDate": "2026-05-26T02:11:31.2504146-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7e968e38-3454-4791-8420-b19f81a818d0",
"Used": true,
"UsedDateTime": "2026-05-26T02:11:31.2504146-04:00",
"InventoryItemID": "549766b1-e20b-47c7-b014-f21dfb8ba475"
},
{
"DiscountCodeID": "b435bf4f-a109-44b9-bc8b-8d11b48b4973",
"Code": "sample string 2",
"TrainingTypeID": "3358f41e-0a78-4d80-93c3-7b92afe8cbd0",
"TrainingClassID": "7b8bf1ee-5572-4e6c-902f-848c630794b0",
"StartDate": "2026-05-26T02:11:31.2504146-04:00",
"EndDate": "2026-05-26T02:11:31.2504146-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7e968e38-3454-4791-8420-b19f81a818d0",
"Used": true,
"UsedDateTime": "2026-05-26T02:11:31.2504146-04:00",
"InventoryItemID": "549766b1-e20b-47c7-b014-f21dfb8ba475"
},
{
"DiscountCodeID": "b435bf4f-a109-44b9-bc8b-8d11b48b4973",
"Code": "sample string 2",
"TrainingTypeID": "3358f41e-0a78-4d80-93c3-7b92afe8cbd0",
"TrainingClassID": "7b8bf1ee-5572-4e6c-902f-848c630794b0",
"StartDate": "2026-05-26T02:11:31.2504146-04:00",
"EndDate": "2026-05-26T02:11:31.2504146-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7e968e38-3454-4791-8420-b19f81a818d0",
"Used": true,
"UsedDateTime": "2026-05-26T02:11:31.2504146-04:00",
"InventoryItemID": "549766b1-e20b-47c7-b014-f21dfb8ba475"
}
]