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": "40e50ac6-9899-4b89-8d3e-2724ed3e6498",
"Code": "sample string 2",
"TrainingTypeID": "e730d099-f8dc-45af-8c32-24e68da61ca6",
"TrainingClassID": "bd0d6042-8ab7-4ccd-822d-fce7f1b23850",
"StartDate": "2026-06-11T01:17:59.058198-04:00",
"EndDate": "2026-06-11T01:17:59.058198-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f637366c-fd80-4a2a-bd5a-18bb8838ea0b",
"Used": true,
"UsedDateTime": "2026-06-11T01:17:59.058198-04:00",
"InventoryItemID": "f6e9259e-0f0b-4220-a23a-2eff8ef81df9"
},
{
"DiscountCodeID": "40e50ac6-9899-4b89-8d3e-2724ed3e6498",
"Code": "sample string 2",
"TrainingTypeID": "e730d099-f8dc-45af-8c32-24e68da61ca6",
"TrainingClassID": "bd0d6042-8ab7-4ccd-822d-fce7f1b23850",
"StartDate": "2026-06-11T01:17:59.058198-04:00",
"EndDate": "2026-06-11T01:17:59.058198-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f637366c-fd80-4a2a-bd5a-18bb8838ea0b",
"Used": true,
"UsedDateTime": "2026-06-11T01:17:59.058198-04:00",
"InventoryItemID": "f6e9259e-0f0b-4220-a23a-2eff8ef81df9"
},
{
"DiscountCodeID": "40e50ac6-9899-4b89-8d3e-2724ed3e6498",
"Code": "sample string 2",
"TrainingTypeID": "e730d099-f8dc-45af-8c32-24e68da61ca6",
"TrainingClassID": "bd0d6042-8ab7-4ccd-822d-fce7f1b23850",
"StartDate": "2026-06-11T01:17:59.058198-04:00",
"EndDate": "2026-06-11T01:17:59.058198-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f637366c-fd80-4a2a-bd5a-18bb8838ea0b",
"Used": true,
"UsedDateTime": "2026-06-11T01:17:59.058198-04:00",
"InventoryItemID": "f6e9259e-0f0b-4220-a23a-2eff8ef81df9"
}
]