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": "e4e45184-52fb-48a8-915d-dea1ab53a617",
"Code": "sample string 2",
"TrainingTypeID": "aa33126b-41b9-44ee-951a-d30414275051",
"TrainingClassID": "a914fa15-ebb4-4e5a-94b8-d7b89bb97c5e",
"StartDate": "2026-07-25T04:18:01.6489267-04:00",
"EndDate": "2026-07-25T04:18:01.6489267-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b5de5d94-f3f5-4e60-aba1-c04d3ae46bc4",
"Used": true,
"UsedDateTime": "2026-07-25T04:18:01.6489267-04:00",
"InventoryItemID": "b3857122-fa84-4cad-8fa0-234e87d62e94"
},
{
"DiscountCodeID": "e4e45184-52fb-48a8-915d-dea1ab53a617",
"Code": "sample string 2",
"TrainingTypeID": "aa33126b-41b9-44ee-951a-d30414275051",
"TrainingClassID": "a914fa15-ebb4-4e5a-94b8-d7b89bb97c5e",
"StartDate": "2026-07-25T04:18:01.6489267-04:00",
"EndDate": "2026-07-25T04:18:01.6489267-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b5de5d94-f3f5-4e60-aba1-c04d3ae46bc4",
"Used": true,
"UsedDateTime": "2026-07-25T04:18:01.6489267-04:00",
"InventoryItemID": "b3857122-fa84-4cad-8fa0-234e87d62e94"
},
{
"DiscountCodeID": "e4e45184-52fb-48a8-915d-dea1ab53a617",
"Code": "sample string 2",
"TrainingTypeID": "aa33126b-41b9-44ee-951a-d30414275051",
"TrainingClassID": "a914fa15-ebb4-4e5a-94b8-d7b89bb97c5e",
"StartDate": "2026-07-25T04:18:01.6489267-04:00",
"EndDate": "2026-07-25T04:18:01.6489267-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b5de5d94-f3f5-4e60-aba1-c04d3ae46bc4",
"Used": true,
"UsedDateTime": "2026-07-25T04:18:01.6489267-04:00",
"InventoryItemID": "b3857122-fa84-4cad-8fa0-234e87d62e94"
}
]