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": "ab58908a-19af-4097-95e5-956f60beb137",
"Code": "sample string 2",
"TrainingTypeID": "de9e78c8-1d83-446b-92f0-b76478c02e4d",
"TrainingClassID": "43ec0b23-dc90-4e20-8ba1-6c016dc7f0ba",
"StartDate": "2026-06-01T15:29:51.8162144-04:00",
"EndDate": "2026-06-01T15:29:51.8162144-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "595a6f0c-3719-4e46-af3e-158cd56f3394",
"Used": true,
"UsedDateTime": "2026-06-01T15:29:51.8162144-04:00",
"InventoryItemID": "62d033fd-b597-4701-8e62-cdbab554c002"
},
{
"DiscountCodeID": "ab58908a-19af-4097-95e5-956f60beb137",
"Code": "sample string 2",
"TrainingTypeID": "de9e78c8-1d83-446b-92f0-b76478c02e4d",
"TrainingClassID": "43ec0b23-dc90-4e20-8ba1-6c016dc7f0ba",
"StartDate": "2026-06-01T15:29:51.8162144-04:00",
"EndDate": "2026-06-01T15:29:51.8162144-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "595a6f0c-3719-4e46-af3e-158cd56f3394",
"Used": true,
"UsedDateTime": "2026-06-01T15:29:51.8162144-04:00",
"InventoryItemID": "62d033fd-b597-4701-8e62-cdbab554c002"
},
{
"DiscountCodeID": "ab58908a-19af-4097-95e5-956f60beb137",
"Code": "sample string 2",
"TrainingTypeID": "de9e78c8-1d83-446b-92f0-b76478c02e4d",
"TrainingClassID": "43ec0b23-dc90-4e20-8ba1-6c016dc7f0ba",
"StartDate": "2026-06-01T15:29:51.8162144-04:00",
"EndDate": "2026-06-01T15:29:51.8162144-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "595a6f0c-3719-4e46-af3e-158cd56f3394",
"Used": true,
"UsedDateTime": "2026-06-01T15:29:51.8162144-04:00",
"InventoryItemID": "62d033fd-b597-4701-8e62-cdbab554c002"
}
]