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": "ebe21588-d138-406e-b387-6bc1f6d0e023",
"Code": "sample string 2",
"TrainingTypeID": "0f0edf35-7d15-42ed-8487-8817025443bd",
"TrainingClassID": "d3c7f6ba-00d4-4704-b804-e5a26a02d13d",
"StartDate": "2026-07-13T06:02:44.4483957-04:00",
"EndDate": "2026-07-13T06:02:44.4483957-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b7423ce7-2f4b-44ef-9bf6-c6e59fcf40d3",
"Used": true,
"UsedDateTime": "2026-07-13T06:02:44.4483957-04:00",
"InventoryItemID": "dc02837a-40a7-4db4-b455-c0846bad7ae1"
},
{
"DiscountCodeID": "ebe21588-d138-406e-b387-6bc1f6d0e023",
"Code": "sample string 2",
"TrainingTypeID": "0f0edf35-7d15-42ed-8487-8817025443bd",
"TrainingClassID": "d3c7f6ba-00d4-4704-b804-e5a26a02d13d",
"StartDate": "2026-07-13T06:02:44.4483957-04:00",
"EndDate": "2026-07-13T06:02:44.4483957-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b7423ce7-2f4b-44ef-9bf6-c6e59fcf40d3",
"Used": true,
"UsedDateTime": "2026-07-13T06:02:44.4483957-04:00",
"InventoryItemID": "dc02837a-40a7-4db4-b455-c0846bad7ae1"
},
{
"DiscountCodeID": "ebe21588-d138-406e-b387-6bc1f6d0e023",
"Code": "sample string 2",
"TrainingTypeID": "0f0edf35-7d15-42ed-8487-8817025443bd",
"TrainingClassID": "d3c7f6ba-00d4-4704-b804-e5a26a02d13d",
"StartDate": "2026-07-13T06:02:44.4483957-04:00",
"EndDate": "2026-07-13T06:02:44.4483957-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b7423ce7-2f4b-44ef-9bf6-c6e59fcf40d3",
"Used": true,
"UsedDateTime": "2026-07-13T06:02:44.4483957-04:00",
"InventoryItemID": "dc02837a-40a7-4db4-b455-c0846bad7ae1"
}
]