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": "9811bcf4-9308-4e5e-a25e-6a9f33f99a94",
"Code": "sample string 2",
"TrainingTypeID": "d71436d3-df57-4075-94ea-1bfe94ce927c",
"TrainingClassID": "3c8ad6f0-2657-441b-9f76-86dd659af97f",
"StartDate": "2026-05-08T20:02:23.3004877-04:00",
"EndDate": "2026-05-08T20:02:23.3004877-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b407ebc8-796e-4d83-a2f9-e1ccff06d5fe",
"Used": true,
"UsedDateTime": "2026-05-08T20:02:23.3004877-04:00",
"InventoryItemID": "c4750fe4-c0f2-4300-b96e-3b438136c08c"
},
{
"DiscountCodeID": "9811bcf4-9308-4e5e-a25e-6a9f33f99a94",
"Code": "sample string 2",
"TrainingTypeID": "d71436d3-df57-4075-94ea-1bfe94ce927c",
"TrainingClassID": "3c8ad6f0-2657-441b-9f76-86dd659af97f",
"StartDate": "2026-05-08T20:02:23.3004877-04:00",
"EndDate": "2026-05-08T20:02:23.3004877-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b407ebc8-796e-4d83-a2f9-e1ccff06d5fe",
"Used": true,
"UsedDateTime": "2026-05-08T20:02:23.3004877-04:00",
"InventoryItemID": "c4750fe4-c0f2-4300-b96e-3b438136c08c"
},
{
"DiscountCodeID": "9811bcf4-9308-4e5e-a25e-6a9f33f99a94",
"Code": "sample string 2",
"TrainingTypeID": "d71436d3-df57-4075-94ea-1bfe94ce927c",
"TrainingClassID": "3c8ad6f0-2657-441b-9f76-86dd659af97f",
"StartDate": "2026-05-08T20:02:23.3004877-04:00",
"EndDate": "2026-05-08T20:02:23.3004877-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b407ebc8-796e-4d83-a2f9-e1ccff06d5fe",
"Used": true,
"UsedDateTime": "2026-05-08T20:02:23.3004877-04:00",
"InventoryItemID": "c4750fe4-c0f2-4300-b96e-3b438136c08c"
}
]