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": "8a7205f9-e30c-456c-848a-72437dae316f",
"Code": "sample string 2",
"TrainingTypeID": "20d1f22f-ee48-460e-b07c-4cf4bd6c4a87",
"TrainingClassID": "6bfa3994-5bf7-4e96-b726-8b3ab4c664ab",
"StartDate": "2026-06-05T10:08:12.3468909-04:00",
"EndDate": "2026-06-05T10:08:12.3468909-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b939ea2c-e943-4f82-a119-674248508505",
"Used": true,
"UsedDateTime": "2026-06-05T10:08:12.3468909-04:00",
"InventoryItemID": "29328242-ab63-4d1d-907a-dd00db2781ee"
},
{
"DiscountCodeID": "8a7205f9-e30c-456c-848a-72437dae316f",
"Code": "sample string 2",
"TrainingTypeID": "20d1f22f-ee48-460e-b07c-4cf4bd6c4a87",
"TrainingClassID": "6bfa3994-5bf7-4e96-b726-8b3ab4c664ab",
"StartDate": "2026-06-05T10:08:12.3468909-04:00",
"EndDate": "2026-06-05T10:08:12.3468909-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b939ea2c-e943-4f82-a119-674248508505",
"Used": true,
"UsedDateTime": "2026-06-05T10:08:12.3468909-04:00",
"InventoryItemID": "29328242-ab63-4d1d-907a-dd00db2781ee"
},
{
"DiscountCodeID": "8a7205f9-e30c-456c-848a-72437dae316f",
"Code": "sample string 2",
"TrainingTypeID": "20d1f22f-ee48-460e-b07c-4cf4bd6c4a87",
"TrainingClassID": "6bfa3994-5bf7-4e96-b726-8b3ab4c664ab",
"StartDate": "2026-06-05T10:08:12.3468909-04:00",
"EndDate": "2026-06-05T10:08:12.3468909-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b939ea2c-e943-4f82-a119-674248508505",
"Used": true,
"UsedDateTime": "2026-06-05T10:08:12.3468909-04:00",
"InventoryItemID": "29328242-ab63-4d1d-907a-dd00db2781ee"
}
]