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": "1777f95b-47cc-4157-9416-c1da0beef2cd",
"Code": "sample string 2",
"TrainingTypeID": "a06c798a-7ac3-4b31-8c5f-d6472350e87a",
"TrainingClassID": "b6c3a7f8-ad67-4804-bdf0-9e2a6f0a6199",
"StartDate": "2026-06-25T09:45:47.0570988-04:00",
"EndDate": "2026-06-25T09:45:47.0570988-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7282deb2-e20b-4d05-b3fd-5ae103b28e43",
"Used": true,
"UsedDateTime": "2026-06-25T09:45:47.0570988-04:00",
"InventoryItemID": "f4186f5e-3925-463d-bf3f-859042c6c9cb"
},
{
"DiscountCodeID": "1777f95b-47cc-4157-9416-c1da0beef2cd",
"Code": "sample string 2",
"TrainingTypeID": "a06c798a-7ac3-4b31-8c5f-d6472350e87a",
"TrainingClassID": "b6c3a7f8-ad67-4804-bdf0-9e2a6f0a6199",
"StartDate": "2026-06-25T09:45:47.0570988-04:00",
"EndDate": "2026-06-25T09:45:47.0570988-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7282deb2-e20b-4d05-b3fd-5ae103b28e43",
"Used": true,
"UsedDateTime": "2026-06-25T09:45:47.0570988-04:00",
"InventoryItemID": "f4186f5e-3925-463d-bf3f-859042c6c9cb"
},
{
"DiscountCodeID": "1777f95b-47cc-4157-9416-c1da0beef2cd",
"Code": "sample string 2",
"TrainingTypeID": "a06c798a-7ac3-4b31-8c5f-d6472350e87a",
"TrainingClassID": "b6c3a7f8-ad67-4804-bdf0-9e2a6f0a6199",
"StartDate": "2026-06-25T09:45:47.0570988-04:00",
"EndDate": "2026-06-25T09:45:47.0570988-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7282deb2-e20b-4d05-b3fd-5ae103b28e43",
"Used": true,
"UsedDateTime": "2026-06-25T09:45:47.0570988-04:00",
"InventoryItemID": "f4186f5e-3925-463d-bf3f-859042c6c9cb"
}
]