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": "0a77e4cd-eedb-41cb-83f6-c8f7ac066b4d",
"Code": "sample string 2",
"TrainingTypeID": "29df36b6-e3a1-4ee3-bb7d-c42521fd6fad",
"TrainingClassID": "9fd5e2c3-a278-4d09-bea1-201deeb4cc97",
"StartDate": "2026-08-19T19:04:59.4891077-04:00",
"EndDate": "2026-08-19T19:04:59.4891077-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "687a71ff-9cd5-461e-95cf-7d2d86e2c81c",
"Used": true,
"UsedDateTime": "2026-08-19T19:04:59.4891077-04:00",
"InventoryItemID": "06f65af5-5041-454b-93aa-1a4ce9d5f1f8"
},
{
"DiscountCodeID": "0a77e4cd-eedb-41cb-83f6-c8f7ac066b4d",
"Code": "sample string 2",
"TrainingTypeID": "29df36b6-e3a1-4ee3-bb7d-c42521fd6fad",
"TrainingClassID": "9fd5e2c3-a278-4d09-bea1-201deeb4cc97",
"StartDate": "2026-08-19T19:04:59.4891077-04:00",
"EndDate": "2026-08-19T19:04:59.4891077-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "687a71ff-9cd5-461e-95cf-7d2d86e2c81c",
"Used": true,
"UsedDateTime": "2026-08-19T19:04:59.4891077-04:00",
"InventoryItemID": "06f65af5-5041-454b-93aa-1a4ce9d5f1f8"
},
{
"DiscountCodeID": "0a77e4cd-eedb-41cb-83f6-c8f7ac066b4d",
"Code": "sample string 2",
"TrainingTypeID": "29df36b6-e3a1-4ee3-bb7d-c42521fd6fad",
"TrainingClassID": "9fd5e2c3-a278-4d09-bea1-201deeb4cc97",
"StartDate": "2026-08-19T19:04:59.4891077-04:00",
"EndDate": "2026-08-19T19:04:59.4891077-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "687a71ff-9cd5-461e-95cf-7d2d86e2c81c",
"Used": true,
"UsedDateTime": "2026-08-19T19:04:59.4891077-04:00",
"InventoryItemID": "06f65af5-5041-454b-93aa-1a4ce9d5f1f8"
}
]