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": "13808a20-5467-4bcf-9571-9523af439971",
"Code": "sample string 2",
"TrainingTypeID": "c6237ea9-2e6d-4cba-a62d-3d46f8418142",
"TrainingClassID": "14e56c15-8289-4d67-a340-307405424cb1",
"StartDate": "2026-07-04T14:39:52.4006412-04:00",
"EndDate": "2026-07-04T14:39:52.4006412-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "437af4d0-642b-4ea5-bda6-d6cc5c94539a",
"Used": true,
"UsedDateTime": "2026-07-04T14:39:52.4006412-04:00",
"InventoryItemID": "ce9bb687-f3bd-401d-8ae2-b3cf194704b7"
},
{
"DiscountCodeID": "13808a20-5467-4bcf-9571-9523af439971",
"Code": "sample string 2",
"TrainingTypeID": "c6237ea9-2e6d-4cba-a62d-3d46f8418142",
"TrainingClassID": "14e56c15-8289-4d67-a340-307405424cb1",
"StartDate": "2026-07-04T14:39:52.4006412-04:00",
"EndDate": "2026-07-04T14:39:52.4006412-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "437af4d0-642b-4ea5-bda6-d6cc5c94539a",
"Used": true,
"UsedDateTime": "2026-07-04T14:39:52.4006412-04:00",
"InventoryItemID": "ce9bb687-f3bd-401d-8ae2-b3cf194704b7"
},
{
"DiscountCodeID": "13808a20-5467-4bcf-9571-9523af439971",
"Code": "sample string 2",
"TrainingTypeID": "c6237ea9-2e6d-4cba-a62d-3d46f8418142",
"TrainingClassID": "14e56c15-8289-4d67-a340-307405424cb1",
"StartDate": "2026-07-04T14:39:52.4006412-04:00",
"EndDate": "2026-07-04T14:39:52.4006412-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "437af4d0-642b-4ea5-bda6-d6cc5c94539a",
"Used": true,
"UsedDateTime": "2026-07-04T14:39:52.4006412-04:00",
"InventoryItemID": "ce9bb687-f3bd-401d-8ae2-b3cf194704b7"
}
]