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": "1ebbfcb4-dc25-48fd-aad2-e6572b3e7bba",
"Code": "sample string 2",
"TrainingTypeID": "9db823f3-a1a3-47da-aa04-9695f981bace",
"TrainingClassID": "71410657-5840-4dab-aca3-d81b1bb8c30d",
"StartDate": "2026-02-28T16:35:15.1679465-05:00",
"EndDate": "2026-02-28T16:35:15.1679465-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e11dccb0-7bc3-4ee5-b1a3-76722a92ae60",
"Used": true,
"UsedDateTime": "2026-02-28T16:35:15.1679465-05:00",
"InventoryItemID": "e5cca73f-750b-4ddc-b079-fcf30ccfe095"
},
{
"DiscountCodeID": "1ebbfcb4-dc25-48fd-aad2-e6572b3e7bba",
"Code": "sample string 2",
"TrainingTypeID": "9db823f3-a1a3-47da-aa04-9695f981bace",
"TrainingClassID": "71410657-5840-4dab-aca3-d81b1bb8c30d",
"StartDate": "2026-02-28T16:35:15.1679465-05:00",
"EndDate": "2026-02-28T16:35:15.1679465-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e11dccb0-7bc3-4ee5-b1a3-76722a92ae60",
"Used": true,
"UsedDateTime": "2026-02-28T16:35:15.1679465-05:00",
"InventoryItemID": "e5cca73f-750b-4ddc-b079-fcf30ccfe095"
},
{
"DiscountCodeID": "1ebbfcb4-dc25-48fd-aad2-e6572b3e7bba",
"Code": "sample string 2",
"TrainingTypeID": "9db823f3-a1a3-47da-aa04-9695f981bace",
"TrainingClassID": "71410657-5840-4dab-aca3-d81b1bb8c30d",
"StartDate": "2026-02-28T16:35:15.1679465-05:00",
"EndDate": "2026-02-28T16:35:15.1679465-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e11dccb0-7bc3-4ee5-b1a3-76722a92ae60",
"Used": true,
"UsedDateTime": "2026-02-28T16:35:15.1679465-05:00",
"InventoryItemID": "e5cca73f-750b-4ddc-b079-fcf30ccfe095"
}
]