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": "0924abc6-4755-40a2-8f0d-c6e6fd7fa61d",
"Code": "sample string 2",
"TrainingTypeID": "3dfffc39-4372-464a-a9b5-6aad50ff2356",
"TrainingClassID": "beb87c2d-0805-4206-8d8b-6296bf2585a2",
"StartDate": "2026-07-09T08:53:35.8348162-04:00",
"EndDate": "2026-07-09T08:53:35.8348162-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1f1018f4-efb0-47aa-a8c9-6dff6f3db894",
"Used": true,
"UsedDateTime": "2026-07-09T08:53:35.8348162-04:00",
"InventoryItemID": "deb97e6f-400c-4552-9d66-1730a82c672d"
},
{
"DiscountCodeID": "0924abc6-4755-40a2-8f0d-c6e6fd7fa61d",
"Code": "sample string 2",
"TrainingTypeID": "3dfffc39-4372-464a-a9b5-6aad50ff2356",
"TrainingClassID": "beb87c2d-0805-4206-8d8b-6296bf2585a2",
"StartDate": "2026-07-09T08:53:35.8348162-04:00",
"EndDate": "2026-07-09T08:53:35.8348162-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1f1018f4-efb0-47aa-a8c9-6dff6f3db894",
"Used": true,
"UsedDateTime": "2026-07-09T08:53:35.8348162-04:00",
"InventoryItemID": "deb97e6f-400c-4552-9d66-1730a82c672d"
},
{
"DiscountCodeID": "0924abc6-4755-40a2-8f0d-c6e6fd7fa61d",
"Code": "sample string 2",
"TrainingTypeID": "3dfffc39-4372-464a-a9b5-6aad50ff2356",
"TrainingClassID": "beb87c2d-0805-4206-8d8b-6296bf2585a2",
"StartDate": "2026-07-09T08:53:35.8348162-04:00",
"EndDate": "2026-07-09T08:53:35.8348162-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1f1018f4-efb0-47aa-a8c9-6dff6f3db894",
"Used": true,
"UsedDateTime": "2026-07-09T08:53:35.8348162-04:00",
"InventoryItemID": "deb97e6f-400c-4552-9d66-1730a82c672d"
}
]