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": "dc209b61-b6a6-4a7a-8cda-045ddf575142",
"Code": "sample string 2",
"TrainingTypeID": "7d15fe8a-10f1-492e-8b52-07b55dcbb7d5",
"TrainingClassID": "fc212f87-cf58-4540-be90-d1097e42bb79",
"StartDate": "2026-09-05T22:39:16.8294406-04:00",
"EndDate": "2026-09-05T22:39:16.8294406-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "02b696f8-ed26-44a8-8c76-836daf36b491",
"Used": true,
"UsedDateTime": "2026-09-05T22:39:16.8294406-04:00",
"InventoryItemID": "c404959e-4a93-4f33-9efe-f0a1de0e78c7"
},
{
"DiscountCodeID": "dc209b61-b6a6-4a7a-8cda-045ddf575142",
"Code": "sample string 2",
"TrainingTypeID": "7d15fe8a-10f1-492e-8b52-07b55dcbb7d5",
"TrainingClassID": "fc212f87-cf58-4540-be90-d1097e42bb79",
"StartDate": "2026-09-05T22:39:16.8294406-04:00",
"EndDate": "2026-09-05T22:39:16.8294406-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "02b696f8-ed26-44a8-8c76-836daf36b491",
"Used": true,
"UsedDateTime": "2026-09-05T22:39:16.8294406-04:00",
"InventoryItemID": "c404959e-4a93-4f33-9efe-f0a1de0e78c7"
},
{
"DiscountCodeID": "dc209b61-b6a6-4a7a-8cda-045ddf575142",
"Code": "sample string 2",
"TrainingTypeID": "7d15fe8a-10f1-492e-8b52-07b55dcbb7d5",
"TrainingClassID": "fc212f87-cf58-4540-be90-d1097e42bb79",
"StartDate": "2026-09-05T22:39:16.8294406-04:00",
"EndDate": "2026-09-05T22:39:16.8294406-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "02b696f8-ed26-44a8-8c76-836daf36b491",
"Used": true,
"UsedDateTime": "2026-09-05T22:39:16.8294406-04:00",
"InventoryItemID": "c404959e-4a93-4f33-9efe-f0a1de0e78c7"
}
]