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": "905e9dc2-f328-4c9d-8c07-2029f0d3d416",
"Code": "sample string 2",
"TrainingTypeID": "925038bc-4054-4097-87f5-6e03b653d8e7",
"TrainingClassID": "fe3e4a87-4b10-44be-adee-f55c2727da40",
"StartDate": "2026-05-28T10:18:44.1258373-04:00",
"EndDate": "2026-05-28T10:18:44.1258373-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "74af92bb-601a-470e-87f5-d8398cbb4a9a",
"Used": true,
"UsedDateTime": "2026-05-28T10:18:44.1258373-04:00",
"InventoryItemID": "6ef138a9-2d16-4e6a-9a57-5d1f4f1c50e8"
},
{
"DiscountCodeID": "905e9dc2-f328-4c9d-8c07-2029f0d3d416",
"Code": "sample string 2",
"TrainingTypeID": "925038bc-4054-4097-87f5-6e03b653d8e7",
"TrainingClassID": "fe3e4a87-4b10-44be-adee-f55c2727da40",
"StartDate": "2026-05-28T10:18:44.1258373-04:00",
"EndDate": "2026-05-28T10:18:44.1258373-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "74af92bb-601a-470e-87f5-d8398cbb4a9a",
"Used": true,
"UsedDateTime": "2026-05-28T10:18:44.1258373-04:00",
"InventoryItemID": "6ef138a9-2d16-4e6a-9a57-5d1f4f1c50e8"
},
{
"DiscountCodeID": "905e9dc2-f328-4c9d-8c07-2029f0d3d416",
"Code": "sample string 2",
"TrainingTypeID": "925038bc-4054-4097-87f5-6e03b653d8e7",
"TrainingClassID": "fe3e4a87-4b10-44be-adee-f55c2727da40",
"StartDate": "2026-05-28T10:18:44.1258373-04:00",
"EndDate": "2026-05-28T10:18:44.1258373-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "74af92bb-601a-470e-87f5-d8398cbb4a9a",
"Used": true,
"UsedDateTime": "2026-05-28T10:18:44.1258373-04:00",
"InventoryItemID": "6ef138a9-2d16-4e6a-9a57-5d1f4f1c50e8"
}
]