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": "4a0237de-4512-41b3-95db-e84095af88da",
"Code": "sample string 2",
"TrainingTypeID": "551c0f2d-6522-4b7f-abfa-3ac3ff94e420",
"TrainingClassID": "db46ba52-e212-4434-8427-8923e6ae7dca",
"StartDate": "2026-08-07T18:59:15.4713084-04:00",
"EndDate": "2026-08-07T18:59:15.4713084-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ec625b41-3d62-4034-9a5d-8f0fa6bffb04",
"Used": true,
"UsedDateTime": "2026-08-07T18:59:15.4713084-04:00",
"InventoryItemID": "a1bdc5d6-4bed-4fde-934e-d5492e1eeea2"
},
{
"DiscountCodeID": "4a0237de-4512-41b3-95db-e84095af88da",
"Code": "sample string 2",
"TrainingTypeID": "551c0f2d-6522-4b7f-abfa-3ac3ff94e420",
"TrainingClassID": "db46ba52-e212-4434-8427-8923e6ae7dca",
"StartDate": "2026-08-07T18:59:15.4713084-04:00",
"EndDate": "2026-08-07T18:59:15.4713084-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ec625b41-3d62-4034-9a5d-8f0fa6bffb04",
"Used": true,
"UsedDateTime": "2026-08-07T18:59:15.4713084-04:00",
"InventoryItemID": "a1bdc5d6-4bed-4fde-934e-d5492e1eeea2"
},
{
"DiscountCodeID": "4a0237de-4512-41b3-95db-e84095af88da",
"Code": "sample string 2",
"TrainingTypeID": "551c0f2d-6522-4b7f-abfa-3ac3ff94e420",
"TrainingClassID": "db46ba52-e212-4434-8427-8923e6ae7dca",
"StartDate": "2026-08-07T18:59:15.4713084-04:00",
"EndDate": "2026-08-07T18:59:15.4713084-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ec625b41-3d62-4034-9a5d-8f0fa6bffb04",
"Used": true,
"UsedDateTime": "2026-08-07T18:59:15.4713084-04:00",
"InventoryItemID": "a1bdc5d6-4bed-4fde-934e-d5492e1eeea2"
}
]