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": "7502ef9e-93b4-4126-9706-09676a47d5ec",
"Code": "sample string 2",
"TrainingTypeID": "3ebcc62f-30b2-49c6-91ef-4fda7fa3ce73",
"TrainingClassID": "0d060ba6-36f1-44c1-bcab-4d9db1905650",
"StartDate": "2026-06-17T13:35:18.8308599-04:00",
"EndDate": "2026-06-17T13:35:18.8308599-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cc35f5b1-aa17-4822-8659-967104b89e63",
"Used": true,
"UsedDateTime": "2026-06-17T13:35:18.8308599-04:00",
"InventoryItemID": "14a7f642-d809-49d8-9eef-50e8efc14942"
},
{
"DiscountCodeID": "7502ef9e-93b4-4126-9706-09676a47d5ec",
"Code": "sample string 2",
"TrainingTypeID": "3ebcc62f-30b2-49c6-91ef-4fda7fa3ce73",
"TrainingClassID": "0d060ba6-36f1-44c1-bcab-4d9db1905650",
"StartDate": "2026-06-17T13:35:18.8308599-04:00",
"EndDate": "2026-06-17T13:35:18.8308599-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cc35f5b1-aa17-4822-8659-967104b89e63",
"Used": true,
"UsedDateTime": "2026-06-17T13:35:18.8308599-04:00",
"InventoryItemID": "14a7f642-d809-49d8-9eef-50e8efc14942"
},
{
"DiscountCodeID": "7502ef9e-93b4-4126-9706-09676a47d5ec",
"Code": "sample string 2",
"TrainingTypeID": "3ebcc62f-30b2-49c6-91ef-4fda7fa3ce73",
"TrainingClassID": "0d060ba6-36f1-44c1-bcab-4d9db1905650",
"StartDate": "2026-06-17T13:35:18.8308599-04:00",
"EndDate": "2026-06-17T13:35:18.8308599-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cc35f5b1-aa17-4822-8659-967104b89e63",
"Used": true,
"UsedDateTime": "2026-06-17T13:35:18.8308599-04:00",
"InventoryItemID": "14a7f642-d809-49d8-9eef-50e8efc14942"
}
]