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": "a442328a-875c-4d46-8725-2644eb9b34db",
"Code": "sample string 2",
"TrainingTypeID": "ffe0910d-66e4-4348-84b0-33bc77f15ae5",
"TrainingClassID": "016d942e-70bc-40bd-9d9e-dab6bb4c2cb1",
"StartDate": "2026-05-24T11:31:00.0528458-04:00",
"EndDate": "2026-05-24T11:31:00.0528458-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3b420cdc-ff81-4fd6-bcac-c652c6cb258e",
"Used": true,
"UsedDateTime": "2026-05-24T11:31:00.0528458-04:00",
"InventoryItemID": "f7cd8dcc-55f2-447a-b53a-964baae47345"
},
{
"DiscountCodeID": "a442328a-875c-4d46-8725-2644eb9b34db",
"Code": "sample string 2",
"TrainingTypeID": "ffe0910d-66e4-4348-84b0-33bc77f15ae5",
"TrainingClassID": "016d942e-70bc-40bd-9d9e-dab6bb4c2cb1",
"StartDate": "2026-05-24T11:31:00.0528458-04:00",
"EndDate": "2026-05-24T11:31:00.0528458-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3b420cdc-ff81-4fd6-bcac-c652c6cb258e",
"Used": true,
"UsedDateTime": "2026-05-24T11:31:00.0528458-04:00",
"InventoryItemID": "f7cd8dcc-55f2-447a-b53a-964baae47345"
},
{
"DiscountCodeID": "a442328a-875c-4d46-8725-2644eb9b34db",
"Code": "sample string 2",
"TrainingTypeID": "ffe0910d-66e4-4348-84b0-33bc77f15ae5",
"TrainingClassID": "016d942e-70bc-40bd-9d9e-dab6bb4c2cb1",
"StartDate": "2026-05-24T11:31:00.0528458-04:00",
"EndDate": "2026-05-24T11:31:00.0528458-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3b420cdc-ff81-4fd6-bcac-c652c6cb258e",
"Used": true,
"UsedDateTime": "2026-05-24T11:31:00.0528458-04:00",
"InventoryItemID": "f7cd8dcc-55f2-447a-b53a-964baae47345"
}
]