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": "3c04f10c-8f9c-490d-a047-bb9aea666e09",
"Code": "sample string 2",
"TrainingTypeID": "1648a34a-f1e3-4583-ad32-fcae2e561eed",
"TrainingClassID": "af5d27b7-8f65-4550-b33d-a6405d9a0ee2",
"StartDate": "2026-06-22T04:58:11.6462542-04:00",
"EndDate": "2026-06-22T04:58:11.6462542-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0a388b0b-4c6b-4083-8818-51a95868b086",
"Used": true,
"UsedDateTime": "2026-06-22T04:58:11.6462542-04:00",
"InventoryItemID": "1a66fa0a-694f-4455-b616-90a33827ad32"
},
{
"DiscountCodeID": "3c04f10c-8f9c-490d-a047-bb9aea666e09",
"Code": "sample string 2",
"TrainingTypeID": "1648a34a-f1e3-4583-ad32-fcae2e561eed",
"TrainingClassID": "af5d27b7-8f65-4550-b33d-a6405d9a0ee2",
"StartDate": "2026-06-22T04:58:11.6462542-04:00",
"EndDate": "2026-06-22T04:58:11.6462542-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0a388b0b-4c6b-4083-8818-51a95868b086",
"Used": true,
"UsedDateTime": "2026-06-22T04:58:11.6462542-04:00",
"InventoryItemID": "1a66fa0a-694f-4455-b616-90a33827ad32"
},
{
"DiscountCodeID": "3c04f10c-8f9c-490d-a047-bb9aea666e09",
"Code": "sample string 2",
"TrainingTypeID": "1648a34a-f1e3-4583-ad32-fcae2e561eed",
"TrainingClassID": "af5d27b7-8f65-4550-b33d-a6405d9a0ee2",
"StartDate": "2026-06-22T04:58:11.6462542-04:00",
"EndDate": "2026-06-22T04:58:11.6462542-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0a388b0b-4c6b-4083-8818-51a95868b086",
"Used": true,
"UsedDateTime": "2026-06-22T04:58:11.6462542-04:00",
"InventoryItemID": "1a66fa0a-694f-4455-b616-90a33827ad32"
}
]