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": "9fdb2352-374f-4f60-92c0-3b3e6be5cfe3",
"Code": "sample string 2",
"TrainingTypeID": "2167b769-eaa6-47d3-b07c-82518c70b9a2",
"TrainingClassID": "5201e4b2-211b-4d33-b874-c7fb365f854f",
"StartDate": "2026-06-02T00:59:17.3111029-04:00",
"EndDate": "2026-06-02T00:59:17.3111029-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "942ffb2a-157f-40ff-b83b-21850ac211d2",
"Used": true,
"UsedDateTime": "2026-06-02T00:59:17.3111029-04:00",
"InventoryItemID": "32f2791e-97b2-4059-9caa-baac2b71ccf3"
},
{
"DiscountCodeID": "9fdb2352-374f-4f60-92c0-3b3e6be5cfe3",
"Code": "sample string 2",
"TrainingTypeID": "2167b769-eaa6-47d3-b07c-82518c70b9a2",
"TrainingClassID": "5201e4b2-211b-4d33-b874-c7fb365f854f",
"StartDate": "2026-06-02T00:59:17.3111029-04:00",
"EndDate": "2026-06-02T00:59:17.3111029-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "942ffb2a-157f-40ff-b83b-21850ac211d2",
"Used": true,
"UsedDateTime": "2026-06-02T00:59:17.3111029-04:00",
"InventoryItemID": "32f2791e-97b2-4059-9caa-baac2b71ccf3"
},
{
"DiscountCodeID": "9fdb2352-374f-4f60-92c0-3b3e6be5cfe3",
"Code": "sample string 2",
"TrainingTypeID": "2167b769-eaa6-47d3-b07c-82518c70b9a2",
"TrainingClassID": "5201e4b2-211b-4d33-b874-c7fb365f854f",
"StartDate": "2026-06-02T00:59:17.3111029-04:00",
"EndDate": "2026-06-02T00:59:17.3111029-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "942ffb2a-157f-40ff-b83b-21850ac211d2",
"Used": true,
"UsedDateTime": "2026-06-02T00:59:17.3111029-04:00",
"InventoryItemID": "32f2791e-97b2-4059-9caa-baac2b71ccf3"
}
]