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": "2b0d2626-0cd3-4fd1-b343-3d3ed6e8f3f6",
"Code": "sample string 2",
"TrainingTypeID": "f9fc272c-8a0a-4cfc-a3ba-5de0525489ae",
"TrainingClassID": "bb32cad4-cc94-45b8-a664-9e7a851ed351",
"StartDate": "2026-08-05T17:11:15.7255547-04:00",
"EndDate": "2026-08-05T17:11:15.7255547-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "39c52375-55db-42d2-8506-bcc7674f404e",
"Used": true,
"UsedDateTime": "2026-08-05T17:11:15.7255547-04:00",
"InventoryItemID": "55583279-6ffd-4ab0-b4a6-41f5df0e4a7f"
},
{
"DiscountCodeID": "2b0d2626-0cd3-4fd1-b343-3d3ed6e8f3f6",
"Code": "sample string 2",
"TrainingTypeID": "f9fc272c-8a0a-4cfc-a3ba-5de0525489ae",
"TrainingClassID": "bb32cad4-cc94-45b8-a664-9e7a851ed351",
"StartDate": "2026-08-05T17:11:15.7255547-04:00",
"EndDate": "2026-08-05T17:11:15.7255547-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "39c52375-55db-42d2-8506-bcc7674f404e",
"Used": true,
"UsedDateTime": "2026-08-05T17:11:15.7255547-04:00",
"InventoryItemID": "55583279-6ffd-4ab0-b4a6-41f5df0e4a7f"
},
{
"DiscountCodeID": "2b0d2626-0cd3-4fd1-b343-3d3ed6e8f3f6",
"Code": "sample string 2",
"TrainingTypeID": "f9fc272c-8a0a-4cfc-a3ba-5de0525489ae",
"TrainingClassID": "bb32cad4-cc94-45b8-a664-9e7a851ed351",
"StartDate": "2026-08-05T17:11:15.7255547-04:00",
"EndDate": "2026-08-05T17:11:15.7255547-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "39c52375-55db-42d2-8506-bcc7674f404e",
"Used": true,
"UsedDateTime": "2026-08-05T17:11:15.7255547-04:00",
"InventoryItemID": "55583279-6ffd-4ab0-b4a6-41f5df0e4a7f"
}
]