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": "97486393-e2c5-457a-ad76-cd71e8873c2f",
"Code": "sample string 2",
"TrainingTypeID": "fd5745c5-62a9-48d4-8d19-cbe19a441161",
"TrainingClassID": "cead0248-6850-421b-a363-1c7d83a4785e",
"StartDate": "2026-09-04T16:24:37.0830309-04:00",
"EndDate": "2026-09-04T16:24:37.0830309-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "867579ab-ce50-477e-ae70-9aa18291d7b2",
"Used": true,
"UsedDateTime": "2026-09-04T16:24:37.0830309-04:00",
"InventoryItemID": "5d3aa394-6451-4a1a-a44d-29833f12239a"
},
{
"DiscountCodeID": "97486393-e2c5-457a-ad76-cd71e8873c2f",
"Code": "sample string 2",
"TrainingTypeID": "fd5745c5-62a9-48d4-8d19-cbe19a441161",
"TrainingClassID": "cead0248-6850-421b-a363-1c7d83a4785e",
"StartDate": "2026-09-04T16:24:37.0830309-04:00",
"EndDate": "2026-09-04T16:24:37.0830309-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "867579ab-ce50-477e-ae70-9aa18291d7b2",
"Used": true,
"UsedDateTime": "2026-09-04T16:24:37.0830309-04:00",
"InventoryItemID": "5d3aa394-6451-4a1a-a44d-29833f12239a"
},
{
"DiscountCodeID": "97486393-e2c5-457a-ad76-cd71e8873c2f",
"Code": "sample string 2",
"TrainingTypeID": "fd5745c5-62a9-48d4-8d19-cbe19a441161",
"TrainingClassID": "cead0248-6850-421b-a363-1c7d83a4785e",
"StartDate": "2026-09-04T16:24:37.0830309-04:00",
"EndDate": "2026-09-04T16:24:37.0830309-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "867579ab-ce50-477e-ae70-9aa18291d7b2",
"Used": true,
"UsedDateTime": "2026-09-04T16:24:37.0830309-04:00",
"InventoryItemID": "5d3aa394-6451-4a1a-a44d-29833f12239a"
}
]