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": "131a89e5-1e0e-497e-ad65-8ddba8b1a833",
"Code": "sample string 2",
"TrainingTypeID": "7c90c851-b993-487a-887a-e864995863de",
"TrainingClassID": "654bb9e2-1a02-40a0-aff2-13146abc9607",
"StartDate": "2026-07-13T18:33:52.8628081-04:00",
"EndDate": "2026-07-13T18:33:52.8628081-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4f7b7bd4-7c52-4a7f-aec0-11dbbd36848d",
"Used": true,
"UsedDateTime": "2026-07-13T18:33:52.8628081-04:00",
"InventoryItemID": "52dede14-113c-4627-a985-cd1dfc72eb0c"
},
{
"DiscountCodeID": "131a89e5-1e0e-497e-ad65-8ddba8b1a833",
"Code": "sample string 2",
"TrainingTypeID": "7c90c851-b993-487a-887a-e864995863de",
"TrainingClassID": "654bb9e2-1a02-40a0-aff2-13146abc9607",
"StartDate": "2026-07-13T18:33:52.8628081-04:00",
"EndDate": "2026-07-13T18:33:52.8628081-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4f7b7bd4-7c52-4a7f-aec0-11dbbd36848d",
"Used": true,
"UsedDateTime": "2026-07-13T18:33:52.8628081-04:00",
"InventoryItemID": "52dede14-113c-4627-a985-cd1dfc72eb0c"
},
{
"DiscountCodeID": "131a89e5-1e0e-497e-ad65-8ddba8b1a833",
"Code": "sample string 2",
"TrainingTypeID": "7c90c851-b993-487a-887a-e864995863de",
"TrainingClassID": "654bb9e2-1a02-40a0-aff2-13146abc9607",
"StartDate": "2026-07-13T18:33:52.8628081-04:00",
"EndDate": "2026-07-13T18:33:52.8628081-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4f7b7bd4-7c52-4a7f-aec0-11dbbd36848d",
"Used": true,
"UsedDateTime": "2026-07-13T18:33:52.8628081-04:00",
"InventoryItemID": "52dede14-113c-4627-a985-cd1dfc72eb0c"
}
]