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": "022a4b31-deb4-4e69-8e85-a73106f3f6bd",
"Code": "sample string 2",
"TrainingTypeID": "78aa441e-4c45-464a-81f1-a7e609683677",
"TrainingClassID": "e3f2f72d-2187-44aa-822a-5541bb6a4a03",
"StartDate": "2026-09-02T11:14:14.1151968-04:00",
"EndDate": "2026-09-02T11:14:14.1151968-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a163be15-b921-4385-b9c8-263f09a13666",
"Used": true,
"UsedDateTime": "2026-09-02T11:14:14.1151968-04:00",
"InventoryItemID": "52487566-1fce-4e6b-b97c-04ca918968ec"
},
{
"DiscountCodeID": "022a4b31-deb4-4e69-8e85-a73106f3f6bd",
"Code": "sample string 2",
"TrainingTypeID": "78aa441e-4c45-464a-81f1-a7e609683677",
"TrainingClassID": "e3f2f72d-2187-44aa-822a-5541bb6a4a03",
"StartDate": "2026-09-02T11:14:14.1151968-04:00",
"EndDate": "2026-09-02T11:14:14.1151968-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a163be15-b921-4385-b9c8-263f09a13666",
"Used": true,
"UsedDateTime": "2026-09-02T11:14:14.1151968-04:00",
"InventoryItemID": "52487566-1fce-4e6b-b97c-04ca918968ec"
},
{
"DiscountCodeID": "022a4b31-deb4-4e69-8e85-a73106f3f6bd",
"Code": "sample string 2",
"TrainingTypeID": "78aa441e-4c45-464a-81f1-a7e609683677",
"TrainingClassID": "e3f2f72d-2187-44aa-822a-5541bb6a4a03",
"StartDate": "2026-09-02T11:14:14.1151968-04:00",
"EndDate": "2026-09-02T11:14:14.1151968-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a163be15-b921-4385-b9c8-263f09a13666",
"Used": true,
"UsedDateTime": "2026-09-02T11:14:14.1151968-04:00",
"InventoryItemID": "52487566-1fce-4e6b-b97c-04ca918968ec"
}
]