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": "b9bac61e-2d57-4d92-aa50-2e61061bb11c",
"Code": "sample string 2",
"TrainingTypeID": "33e63134-f1f4-42f2-a2b4-1f3cfc4c8329",
"TrainingClassID": "89aeae71-5dca-4c01-91e5-23a699e42cdd",
"StartDate": "2026-05-28T16:46:31.5679138-04:00",
"EndDate": "2026-05-28T16:46:31.5679138-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c3ac6364-8fe4-4982-bae2-488afaa11c1f",
"Used": true,
"UsedDateTime": "2026-05-28T16:46:31.5679138-04:00",
"InventoryItemID": "62da3b0a-727a-4702-a968-dcf464f79eb3"
},
{
"DiscountCodeID": "b9bac61e-2d57-4d92-aa50-2e61061bb11c",
"Code": "sample string 2",
"TrainingTypeID": "33e63134-f1f4-42f2-a2b4-1f3cfc4c8329",
"TrainingClassID": "89aeae71-5dca-4c01-91e5-23a699e42cdd",
"StartDate": "2026-05-28T16:46:31.5679138-04:00",
"EndDate": "2026-05-28T16:46:31.5679138-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c3ac6364-8fe4-4982-bae2-488afaa11c1f",
"Used": true,
"UsedDateTime": "2026-05-28T16:46:31.5679138-04:00",
"InventoryItemID": "62da3b0a-727a-4702-a968-dcf464f79eb3"
},
{
"DiscountCodeID": "b9bac61e-2d57-4d92-aa50-2e61061bb11c",
"Code": "sample string 2",
"TrainingTypeID": "33e63134-f1f4-42f2-a2b4-1f3cfc4c8329",
"TrainingClassID": "89aeae71-5dca-4c01-91e5-23a699e42cdd",
"StartDate": "2026-05-28T16:46:31.5679138-04:00",
"EndDate": "2026-05-28T16:46:31.5679138-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c3ac6364-8fe4-4982-bae2-488afaa11c1f",
"Used": true,
"UsedDateTime": "2026-05-28T16:46:31.5679138-04:00",
"InventoryItemID": "62da3b0a-727a-4702-a968-dcf464f79eb3"
}
]