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": "dabe82c4-2071-4c21-98b4-6f5d460721e4",
"Code": "sample string 2",
"TrainingTypeID": "b37c79d2-1dea-4f1a-a9d9-e0d5c7cadaf3",
"TrainingClassID": "fe55182e-a135-4ba7-8dd2-fff70031edc5",
"StartDate": "2026-08-16T05:23:06.136405-04:00",
"EndDate": "2026-08-16T05:23:06.136405-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bf7e054e-86a4-497e-8cc8-69167c0ebed0",
"Used": true,
"UsedDateTime": "2026-08-16T05:23:06.136405-04:00",
"InventoryItemID": "02e8e394-931f-4a95-bae8-c0ae350f80c4"
},
{
"DiscountCodeID": "dabe82c4-2071-4c21-98b4-6f5d460721e4",
"Code": "sample string 2",
"TrainingTypeID": "b37c79d2-1dea-4f1a-a9d9-e0d5c7cadaf3",
"TrainingClassID": "fe55182e-a135-4ba7-8dd2-fff70031edc5",
"StartDate": "2026-08-16T05:23:06.136405-04:00",
"EndDate": "2026-08-16T05:23:06.136405-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bf7e054e-86a4-497e-8cc8-69167c0ebed0",
"Used": true,
"UsedDateTime": "2026-08-16T05:23:06.136405-04:00",
"InventoryItemID": "02e8e394-931f-4a95-bae8-c0ae350f80c4"
},
{
"DiscountCodeID": "dabe82c4-2071-4c21-98b4-6f5d460721e4",
"Code": "sample string 2",
"TrainingTypeID": "b37c79d2-1dea-4f1a-a9d9-e0d5c7cadaf3",
"TrainingClassID": "fe55182e-a135-4ba7-8dd2-fff70031edc5",
"StartDate": "2026-08-16T05:23:06.136405-04:00",
"EndDate": "2026-08-16T05:23:06.136405-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bf7e054e-86a4-497e-8cc8-69167c0ebed0",
"Used": true,
"UsedDateTime": "2026-08-16T05:23:06.136405-04:00",
"InventoryItemID": "02e8e394-931f-4a95-bae8-c0ae350f80c4"
}
]