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": "567f3ade-32e6-4f46-a0d9-73704442e5b9",
"Code": "sample string 2",
"TrainingTypeID": "0e68a0ac-c582-430a-afd1-d2dc65475ebd",
"TrainingClassID": "0e02afa1-b0af-4864-ad21-8c8277856e26",
"StartDate": "2026-06-04T23:21:48.8263953-04:00",
"EndDate": "2026-06-04T23:21:48.8263953-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d8e955f3-05da-422f-82aa-62acf6a7fcbe",
"Used": true,
"UsedDateTime": "2026-06-04T23:21:48.8263953-04:00",
"InventoryItemID": "8d2659b8-5e66-478e-9b64-2b979a42e9a0"
},
{
"DiscountCodeID": "567f3ade-32e6-4f46-a0d9-73704442e5b9",
"Code": "sample string 2",
"TrainingTypeID": "0e68a0ac-c582-430a-afd1-d2dc65475ebd",
"TrainingClassID": "0e02afa1-b0af-4864-ad21-8c8277856e26",
"StartDate": "2026-06-04T23:21:48.8263953-04:00",
"EndDate": "2026-06-04T23:21:48.8263953-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d8e955f3-05da-422f-82aa-62acf6a7fcbe",
"Used": true,
"UsedDateTime": "2026-06-04T23:21:48.8263953-04:00",
"InventoryItemID": "8d2659b8-5e66-478e-9b64-2b979a42e9a0"
},
{
"DiscountCodeID": "567f3ade-32e6-4f46-a0d9-73704442e5b9",
"Code": "sample string 2",
"TrainingTypeID": "0e68a0ac-c582-430a-afd1-d2dc65475ebd",
"TrainingClassID": "0e02afa1-b0af-4864-ad21-8c8277856e26",
"StartDate": "2026-06-04T23:21:48.8263953-04:00",
"EndDate": "2026-06-04T23:21:48.8263953-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d8e955f3-05da-422f-82aa-62acf6a7fcbe",
"Used": true,
"UsedDateTime": "2026-06-04T23:21:48.8263953-04:00",
"InventoryItemID": "8d2659b8-5e66-478e-9b64-2b979a42e9a0"
}
]