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": "454b689a-e5ff-40c0-ae31-3c1058132de6",
"Code": "sample string 2",
"TrainingTypeID": "1b1e2ca4-912c-4c64-b2cd-b683d259da9b",
"TrainingClassID": "6a3f9d79-fbaf-47a1-adb1-8d9c5cfced43",
"StartDate": "2026-06-06T07:07:19.766458-04:00",
"EndDate": "2026-06-06T07:07:19.766458-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8804d35a-9f7b-4741-9f9d-cfd189e952b7",
"Used": true,
"UsedDateTime": "2026-06-06T07:07:19.766458-04:00",
"InventoryItemID": "2c51c67c-37b8-4091-9b79-6ba298713c81"
},
{
"DiscountCodeID": "454b689a-e5ff-40c0-ae31-3c1058132de6",
"Code": "sample string 2",
"TrainingTypeID": "1b1e2ca4-912c-4c64-b2cd-b683d259da9b",
"TrainingClassID": "6a3f9d79-fbaf-47a1-adb1-8d9c5cfced43",
"StartDate": "2026-06-06T07:07:19.766458-04:00",
"EndDate": "2026-06-06T07:07:19.766458-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8804d35a-9f7b-4741-9f9d-cfd189e952b7",
"Used": true,
"UsedDateTime": "2026-06-06T07:07:19.766458-04:00",
"InventoryItemID": "2c51c67c-37b8-4091-9b79-6ba298713c81"
},
{
"DiscountCodeID": "454b689a-e5ff-40c0-ae31-3c1058132de6",
"Code": "sample string 2",
"TrainingTypeID": "1b1e2ca4-912c-4c64-b2cd-b683d259da9b",
"TrainingClassID": "6a3f9d79-fbaf-47a1-adb1-8d9c5cfced43",
"StartDate": "2026-06-06T07:07:19.766458-04:00",
"EndDate": "2026-06-06T07:07:19.766458-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8804d35a-9f7b-4741-9f9d-cfd189e952b7",
"Used": true,
"UsedDateTime": "2026-06-06T07:07:19.766458-04:00",
"InventoryItemID": "2c51c67c-37b8-4091-9b79-6ba298713c81"
}
]