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": "6fc439cc-1ea2-4977-aaa6-59a661e66639",
"Code": "sample string 2",
"TrainingTypeID": "c104e5f8-3b61-4c46-aa52-480eb17c19e6",
"TrainingClassID": "d0f03427-0cba-4c10-8295-dbd8fe48bac3",
"StartDate": "2026-06-06T05:28:34.447777-04:00",
"EndDate": "2026-06-06T05:28:34.447777-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6b985546-36a7-4d21-8a9a-353eac567cea",
"Used": true,
"UsedDateTime": "2026-06-06T05:28:34.447777-04:00",
"InventoryItemID": "5047f103-df3f-4094-918a-fb2b9e6e6056"
},
{
"DiscountCodeID": "6fc439cc-1ea2-4977-aaa6-59a661e66639",
"Code": "sample string 2",
"TrainingTypeID": "c104e5f8-3b61-4c46-aa52-480eb17c19e6",
"TrainingClassID": "d0f03427-0cba-4c10-8295-dbd8fe48bac3",
"StartDate": "2026-06-06T05:28:34.447777-04:00",
"EndDate": "2026-06-06T05:28:34.447777-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6b985546-36a7-4d21-8a9a-353eac567cea",
"Used": true,
"UsedDateTime": "2026-06-06T05:28:34.447777-04:00",
"InventoryItemID": "5047f103-df3f-4094-918a-fb2b9e6e6056"
},
{
"DiscountCodeID": "6fc439cc-1ea2-4977-aaa6-59a661e66639",
"Code": "sample string 2",
"TrainingTypeID": "c104e5f8-3b61-4c46-aa52-480eb17c19e6",
"TrainingClassID": "d0f03427-0cba-4c10-8295-dbd8fe48bac3",
"StartDate": "2026-06-06T05:28:34.447777-04:00",
"EndDate": "2026-06-06T05:28:34.447777-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6b985546-36a7-4d21-8a9a-353eac567cea",
"Used": true,
"UsedDateTime": "2026-06-06T05:28:34.447777-04:00",
"InventoryItemID": "5047f103-df3f-4094-918a-fb2b9e6e6056"
}
]