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": "f9eefba6-7f0e-4aa3-aefa-a38d83ee39b6",
"Code": "sample string 2",
"TrainingTypeID": "708c1bca-6dd5-4068-b075-ba66798f41ae",
"TrainingClassID": "26fe7791-db00-4c94-9950-5d8e62e077ed",
"StartDate": "2026-07-24T21:05:43.0632515-04:00",
"EndDate": "2026-07-24T21:05:43.0632515-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "369527ac-10a6-4366-9d1a-41666b87567a",
"Used": true,
"UsedDateTime": "2026-07-24T21:05:43.0632515-04:00",
"InventoryItemID": "9e2635a4-e0f7-4dfb-9253-8a364e22a926"
},
{
"DiscountCodeID": "f9eefba6-7f0e-4aa3-aefa-a38d83ee39b6",
"Code": "sample string 2",
"TrainingTypeID": "708c1bca-6dd5-4068-b075-ba66798f41ae",
"TrainingClassID": "26fe7791-db00-4c94-9950-5d8e62e077ed",
"StartDate": "2026-07-24T21:05:43.0632515-04:00",
"EndDate": "2026-07-24T21:05:43.0632515-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "369527ac-10a6-4366-9d1a-41666b87567a",
"Used": true,
"UsedDateTime": "2026-07-24T21:05:43.0632515-04:00",
"InventoryItemID": "9e2635a4-e0f7-4dfb-9253-8a364e22a926"
},
{
"DiscountCodeID": "f9eefba6-7f0e-4aa3-aefa-a38d83ee39b6",
"Code": "sample string 2",
"TrainingTypeID": "708c1bca-6dd5-4068-b075-ba66798f41ae",
"TrainingClassID": "26fe7791-db00-4c94-9950-5d8e62e077ed",
"StartDate": "2026-07-24T21:05:43.0632515-04:00",
"EndDate": "2026-07-24T21:05:43.0632515-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "369527ac-10a6-4366-9d1a-41666b87567a",
"Used": true,
"UsedDateTime": "2026-07-24T21:05:43.0632515-04:00",
"InventoryItemID": "9e2635a4-e0f7-4dfb-9253-8a364e22a926"
}
]