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": "8e5fab83-c550-4e6d-869e-d25204ef7f65",
"Code": "sample string 2",
"TrainingTypeID": "0f775cb8-96d0-4670-88c1-acee3ff514c2",
"TrainingClassID": "5694a64b-4f5d-4e2f-adae-a43a06f74d87",
"StartDate": "2026-05-13T10:26:55.9323936-04:00",
"EndDate": "2026-05-13T10:26:55.9323936-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f05430c1-fd47-44ed-a709-4b3c66860afe",
"Used": true,
"UsedDateTime": "2026-05-13T10:26:55.9323936-04:00",
"InventoryItemID": "d77cb1b4-4f62-4ace-adab-7bd659ffcc13"
},
{
"DiscountCodeID": "8e5fab83-c550-4e6d-869e-d25204ef7f65",
"Code": "sample string 2",
"TrainingTypeID": "0f775cb8-96d0-4670-88c1-acee3ff514c2",
"TrainingClassID": "5694a64b-4f5d-4e2f-adae-a43a06f74d87",
"StartDate": "2026-05-13T10:26:55.9323936-04:00",
"EndDate": "2026-05-13T10:26:55.9323936-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f05430c1-fd47-44ed-a709-4b3c66860afe",
"Used": true,
"UsedDateTime": "2026-05-13T10:26:55.9323936-04:00",
"InventoryItemID": "d77cb1b4-4f62-4ace-adab-7bd659ffcc13"
},
{
"DiscountCodeID": "8e5fab83-c550-4e6d-869e-d25204ef7f65",
"Code": "sample string 2",
"TrainingTypeID": "0f775cb8-96d0-4670-88c1-acee3ff514c2",
"TrainingClassID": "5694a64b-4f5d-4e2f-adae-a43a06f74d87",
"StartDate": "2026-05-13T10:26:55.9323936-04:00",
"EndDate": "2026-05-13T10:26:55.9323936-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f05430c1-fd47-44ed-a709-4b3c66860afe",
"Used": true,
"UsedDateTime": "2026-05-13T10:26:55.9323936-04:00",
"InventoryItemID": "d77cb1b4-4f62-4ace-adab-7bd659ffcc13"
}
]