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": "e980bee6-00d1-43b9-87f5-a695ffc31067",
"Code": "sample string 2",
"TrainingTypeID": "0bb51515-004b-4495-b89f-97b4bb73f560",
"TrainingClassID": "acac8ef6-eea5-44c8-bfe8-b978be6d7405",
"StartDate": "2026-07-09T23:45:26.6116952-04:00",
"EndDate": "2026-07-09T23:45:26.6116952-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "28f85336-5175-4e65-b061-f6e34af91ed4",
"Used": true,
"UsedDateTime": "2026-07-09T23:45:26.6116952-04:00",
"InventoryItemID": "af3dd882-2af3-4196-931f-f719a3afb582"
},
{
"DiscountCodeID": "e980bee6-00d1-43b9-87f5-a695ffc31067",
"Code": "sample string 2",
"TrainingTypeID": "0bb51515-004b-4495-b89f-97b4bb73f560",
"TrainingClassID": "acac8ef6-eea5-44c8-bfe8-b978be6d7405",
"StartDate": "2026-07-09T23:45:26.6116952-04:00",
"EndDate": "2026-07-09T23:45:26.6116952-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "28f85336-5175-4e65-b061-f6e34af91ed4",
"Used": true,
"UsedDateTime": "2026-07-09T23:45:26.6116952-04:00",
"InventoryItemID": "af3dd882-2af3-4196-931f-f719a3afb582"
},
{
"DiscountCodeID": "e980bee6-00d1-43b9-87f5-a695ffc31067",
"Code": "sample string 2",
"TrainingTypeID": "0bb51515-004b-4495-b89f-97b4bb73f560",
"TrainingClassID": "acac8ef6-eea5-44c8-bfe8-b978be6d7405",
"StartDate": "2026-07-09T23:45:26.6116952-04:00",
"EndDate": "2026-07-09T23:45:26.6116952-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "28f85336-5175-4e65-b061-f6e34af91ed4",
"Used": true,
"UsedDateTime": "2026-07-09T23:45:26.6116952-04:00",
"InventoryItemID": "af3dd882-2af3-4196-931f-f719a3afb582"
}
]