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": "9c4fc883-a0ec-4b15-8060-646f7bd1af83",
"Code": "sample string 2",
"TrainingTypeID": "a4a7f551-05a2-4b38-b00f-b9d78a87416d",
"TrainingClassID": "c1f8d9f1-b41a-4b31-80d5-3d7a978ddf5c",
"StartDate": "2026-05-13T07:14:08.9698567-04:00",
"EndDate": "2026-05-13T07:14:08.9698567-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "87c1e30a-8937-4b1c-8ff2-7308d65baf0c",
"Used": true,
"UsedDateTime": "2026-05-13T07:14:08.9698567-04:00",
"InventoryItemID": "56b594dc-54ca-4c96-9af5-d00b0c89ac61"
},
{
"DiscountCodeID": "9c4fc883-a0ec-4b15-8060-646f7bd1af83",
"Code": "sample string 2",
"TrainingTypeID": "a4a7f551-05a2-4b38-b00f-b9d78a87416d",
"TrainingClassID": "c1f8d9f1-b41a-4b31-80d5-3d7a978ddf5c",
"StartDate": "2026-05-13T07:14:08.9698567-04:00",
"EndDate": "2026-05-13T07:14:08.9698567-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "87c1e30a-8937-4b1c-8ff2-7308d65baf0c",
"Used": true,
"UsedDateTime": "2026-05-13T07:14:08.9698567-04:00",
"InventoryItemID": "56b594dc-54ca-4c96-9af5-d00b0c89ac61"
},
{
"DiscountCodeID": "9c4fc883-a0ec-4b15-8060-646f7bd1af83",
"Code": "sample string 2",
"TrainingTypeID": "a4a7f551-05a2-4b38-b00f-b9d78a87416d",
"TrainingClassID": "c1f8d9f1-b41a-4b31-80d5-3d7a978ddf5c",
"StartDate": "2026-05-13T07:14:08.9698567-04:00",
"EndDate": "2026-05-13T07:14:08.9698567-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "87c1e30a-8937-4b1c-8ff2-7308d65baf0c",
"Used": true,
"UsedDateTime": "2026-05-13T07:14:08.9698567-04:00",
"InventoryItemID": "56b594dc-54ca-4c96-9af5-d00b0c89ac61"
}
]