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": "801a8ee8-95ab-4bf5-a6ba-486b5e9d82c0",
"Code": "sample string 2",
"TrainingTypeID": "324fad5f-6500-46de-90c6-d918923681d0",
"TrainingClassID": "16670998-32d2-4e32-b1d9-2ff9283ea7da",
"StartDate": "2026-07-16T20:31:18.0380308-04:00",
"EndDate": "2026-07-16T20:31:18.0380308-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2786a9c3-6167-4756-9359-c07fa0b83e20",
"Used": true,
"UsedDateTime": "2026-07-16T20:31:18.0380308-04:00",
"InventoryItemID": "793201a0-3c2e-44ac-b9a5-97889ca21a62"
},
{
"DiscountCodeID": "801a8ee8-95ab-4bf5-a6ba-486b5e9d82c0",
"Code": "sample string 2",
"TrainingTypeID": "324fad5f-6500-46de-90c6-d918923681d0",
"TrainingClassID": "16670998-32d2-4e32-b1d9-2ff9283ea7da",
"StartDate": "2026-07-16T20:31:18.0380308-04:00",
"EndDate": "2026-07-16T20:31:18.0380308-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2786a9c3-6167-4756-9359-c07fa0b83e20",
"Used": true,
"UsedDateTime": "2026-07-16T20:31:18.0380308-04:00",
"InventoryItemID": "793201a0-3c2e-44ac-b9a5-97889ca21a62"
},
{
"DiscountCodeID": "801a8ee8-95ab-4bf5-a6ba-486b5e9d82c0",
"Code": "sample string 2",
"TrainingTypeID": "324fad5f-6500-46de-90c6-d918923681d0",
"TrainingClassID": "16670998-32d2-4e32-b1d9-2ff9283ea7da",
"StartDate": "2026-07-16T20:31:18.0380308-04:00",
"EndDate": "2026-07-16T20:31:18.0380308-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2786a9c3-6167-4756-9359-c07fa0b83e20",
"Used": true,
"UsedDateTime": "2026-07-16T20:31:18.0380308-04:00",
"InventoryItemID": "793201a0-3c2e-44ac-b9a5-97889ca21a62"
}
]