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": "59ac2597-a342-4eb0-8f8d-4596cc12fb02",
"Code": "sample string 2",
"TrainingTypeID": "691bfcdc-b1fe-4b64-a01a-cb946367eebe",
"TrainingClassID": "f1b36ab7-f5c6-4a48-bb31-1784bd7d49a4",
"StartDate": "2026-05-21T03:18:00.8780663-04:00",
"EndDate": "2026-05-21T03:18:00.8780663-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3f18e27a-f190-4d84-bee9-735bfd808c3e",
"Used": true,
"UsedDateTime": "2026-05-21T03:18:00.8780663-04:00",
"InventoryItemID": "68f037ed-4b44-4827-a060-eb263cb63d7a"
},
{
"DiscountCodeID": "59ac2597-a342-4eb0-8f8d-4596cc12fb02",
"Code": "sample string 2",
"TrainingTypeID": "691bfcdc-b1fe-4b64-a01a-cb946367eebe",
"TrainingClassID": "f1b36ab7-f5c6-4a48-bb31-1784bd7d49a4",
"StartDate": "2026-05-21T03:18:00.8780663-04:00",
"EndDate": "2026-05-21T03:18:00.8780663-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3f18e27a-f190-4d84-bee9-735bfd808c3e",
"Used": true,
"UsedDateTime": "2026-05-21T03:18:00.8780663-04:00",
"InventoryItemID": "68f037ed-4b44-4827-a060-eb263cb63d7a"
},
{
"DiscountCodeID": "59ac2597-a342-4eb0-8f8d-4596cc12fb02",
"Code": "sample string 2",
"TrainingTypeID": "691bfcdc-b1fe-4b64-a01a-cb946367eebe",
"TrainingClassID": "f1b36ab7-f5c6-4a48-bb31-1784bd7d49a4",
"StartDate": "2026-05-21T03:18:00.8780663-04:00",
"EndDate": "2026-05-21T03:18:00.8780663-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3f18e27a-f190-4d84-bee9-735bfd808c3e",
"Used": true,
"UsedDateTime": "2026-05-21T03:18:00.8780663-04:00",
"InventoryItemID": "68f037ed-4b44-4827-a060-eb263cb63d7a"
}
]