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": "c48bc0f1-794b-4c15-9ef7-537640987e95",
"Code": "sample string 2",
"TrainingTypeID": "f3bd0d53-812b-41da-b1c5-de96d1c1c925",
"TrainingClassID": "ad164941-9803-4df2-8fa2-3d9b41d9cbfc",
"StartDate": "2026-08-11T00:33:57.9039096-04:00",
"EndDate": "2026-08-11T00:33:57.9039096-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5cb6078a-216f-488e-88de-ddd43374c399",
"Used": true,
"UsedDateTime": "2026-08-11T00:33:57.9039096-04:00",
"InventoryItemID": "32aef400-a846-469d-a72e-85ddd2adb333"
},
{
"DiscountCodeID": "c48bc0f1-794b-4c15-9ef7-537640987e95",
"Code": "sample string 2",
"TrainingTypeID": "f3bd0d53-812b-41da-b1c5-de96d1c1c925",
"TrainingClassID": "ad164941-9803-4df2-8fa2-3d9b41d9cbfc",
"StartDate": "2026-08-11T00:33:57.9039096-04:00",
"EndDate": "2026-08-11T00:33:57.9039096-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5cb6078a-216f-488e-88de-ddd43374c399",
"Used": true,
"UsedDateTime": "2026-08-11T00:33:57.9039096-04:00",
"InventoryItemID": "32aef400-a846-469d-a72e-85ddd2adb333"
},
{
"DiscountCodeID": "c48bc0f1-794b-4c15-9ef7-537640987e95",
"Code": "sample string 2",
"TrainingTypeID": "f3bd0d53-812b-41da-b1c5-de96d1c1c925",
"TrainingClassID": "ad164941-9803-4df2-8fa2-3d9b41d9cbfc",
"StartDate": "2026-08-11T00:33:57.9039096-04:00",
"EndDate": "2026-08-11T00:33:57.9039096-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5cb6078a-216f-488e-88de-ddd43374c399",
"Used": true,
"UsedDateTime": "2026-08-11T00:33:57.9039096-04:00",
"InventoryItemID": "32aef400-a846-469d-a72e-85ddd2adb333"
}
]