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": "bd355dff-209c-466a-882b-c20d52aac307",
"Code": "sample string 2",
"TrainingTypeID": "6768b2ec-4a14-4c46-862d-5a66b5fa2b3f",
"TrainingClassID": "69012abb-0f78-40c1-b6b8-d2f3c0c91eb5",
"StartDate": "2026-05-07T05:11:36.3024698-04:00",
"EndDate": "2026-05-07T05:11:36.3024698-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9f59aef2-f7ef-4df0-a9e6-f6b5af480616",
"Used": true,
"UsedDateTime": "2026-05-07T05:11:36.3024698-04:00",
"InventoryItemID": "af9b2f9c-ceca-4ba6-bad3-22dcd5feebf5"
},
{
"DiscountCodeID": "bd355dff-209c-466a-882b-c20d52aac307",
"Code": "sample string 2",
"TrainingTypeID": "6768b2ec-4a14-4c46-862d-5a66b5fa2b3f",
"TrainingClassID": "69012abb-0f78-40c1-b6b8-d2f3c0c91eb5",
"StartDate": "2026-05-07T05:11:36.3024698-04:00",
"EndDate": "2026-05-07T05:11:36.3024698-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9f59aef2-f7ef-4df0-a9e6-f6b5af480616",
"Used": true,
"UsedDateTime": "2026-05-07T05:11:36.3024698-04:00",
"InventoryItemID": "af9b2f9c-ceca-4ba6-bad3-22dcd5feebf5"
},
{
"DiscountCodeID": "bd355dff-209c-466a-882b-c20d52aac307",
"Code": "sample string 2",
"TrainingTypeID": "6768b2ec-4a14-4c46-862d-5a66b5fa2b3f",
"TrainingClassID": "69012abb-0f78-40c1-b6b8-d2f3c0c91eb5",
"StartDate": "2026-05-07T05:11:36.3024698-04:00",
"EndDate": "2026-05-07T05:11:36.3024698-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9f59aef2-f7ef-4df0-a9e6-f6b5af480616",
"Used": true,
"UsedDateTime": "2026-05-07T05:11:36.3024698-04:00",
"InventoryItemID": "af9b2f9c-ceca-4ba6-bad3-22dcd5feebf5"
}
]