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": "de00a26b-1d2b-4db0-86f1-cc65232cfe2e",
"Code": "sample string 2",
"TrainingTypeID": "65e2e26f-fca1-4326-8d3e-31b9229f46cd",
"TrainingClassID": "9d584781-223a-45a5-9a68-5dd8fb960dbc",
"StartDate": "2026-09-04T15:25:26.0188141-04:00",
"EndDate": "2026-09-04T15:25:26.0188141-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f29f2ea5-9839-4f51-b40d-a35f2806a561",
"Used": true,
"UsedDateTime": "2026-09-04T15:25:26.0188141-04:00",
"InventoryItemID": "881767c6-5873-4dfc-85f8-a2e8de0a145d"
},
{
"DiscountCodeID": "de00a26b-1d2b-4db0-86f1-cc65232cfe2e",
"Code": "sample string 2",
"TrainingTypeID": "65e2e26f-fca1-4326-8d3e-31b9229f46cd",
"TrainingClassID": "9d584781-223a-45a5-9a68-5dd8fb960dbc",
"StartDate": "2026-09-04T15:25:26.0188141-04:00",
"EndDate": "2026-09-04T15:25:26.0188141-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f29f2ea5-9839-4f51-b40d-a35f2806a561",
"Used": true,
"UsedDateTime": "2026-09-04T15:25:26.0188141-04:00",
"InventoryItemID": "881767c6-5873-4dfc-85f8-a2e8de0a145d"
},
{
"DiscountCodeID": "de00a26b-1d2b-4db0-86f1-cc65232cfe2e",
"Code": "sample string 2",
"TrainingTypeID": "65e2e26f-fca1-4326-8d3e-31b9229f46cd",
"TrainingClassID": "9d584781-223a-45a5-9a68-5dd8fb960dbc",
"StartDate": "2026-09-04T15:25:26.0188141-04:00",
"EndDate": "2026-09-04T15:25:26.0188141-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f29f2ea5-9839-4f51-b40d-a35f2806a561",
"Used": true,
"UsedDateTime": "2026-09-04T15:25:26.0188141-04:00",
"InventoryItemID": "881767c6-5873-4dfc-85f8-a2e8de0a145d"
}
]