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": "bf3148e7-ddda-4e1e-834b-02ec5824239a",
"Code": "sample string 2",
"TrainingTypeID": "9f6ef7a3-a0b9-43f5-a0e3-a980a3cfce86",
"TrainingClassID": "36a409ed-341a-471f-9aaf-452fd5cae95e",
"StartDate": "2026-08-14T11:00:08.4394586-04:00",
"EndDate": "2026-08-14T11:00:08.4394586-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a621570d-f4ca-4b0c-9ca6-debfeefc9fad",
"Used": true,
"UsedDateTime": "2026-08-14T11:00:08.4394586-04:00",
"InventoryItemID": "e615ee95-2d78-4089-aedb-5b0ae9d31234"
},
{
"DiscountCodeID": "bf3148e7-ddda-4e1e-834b-02ec5824239a",
"Code": "sample string 2",
"TrainingTypeID": "9f6ef7a3-a0b9-43f5-a0e3-a980a3cfce86",
"TrainingClassID": "36a409ed-341a-471f-9aaf-452fd5cae95e",
"StartDate": "2026-08-14T11:00:08.4394586-04:00",
"EndDate": "2026-08-14T11:00:08.4394586-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a621570d-f4ca-4b0c-9ca6-debfeefc9fad",
"Used": true,
"UsedDateTime": "2026-08-14T11:00:08.4394586-04:00",
"InventoryItemID": "e615ee95-2d78-4089-aedb-5b0ae9d31234"
},
{
"DiscountCodeID": "bf3148e7-ddda-4e1e-834b-02ec5824239a",
"Code": "sample string 2",
"TrainingTypeID": "9f6ef7a3-a0b9-43f5-a0e3-a980a3cfce86",
"TrainingClassID": "36a409ed-341a-471f-9aaf-452fd5cae95e",
"StartDate": "2026-08-14T11:00:08.4394586-04:00",
"EndDate": "2026-08-14T11:00:08.4394586-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a621570d-f4ca-4b0c-9ca6-debfeefc9fad",
"Used": true,
"UsedDateTime": "2026-08-14T11:00:08.4394586-04:00",
"InventoryItemID": "e615ee95-2d78-4089-aedb-5b0ae9d31234"
}
]