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": "f63ab7b7-18bc-486a-8c6d-e9557a0a3513",
"Code": "sample string 2",
"TrainingTypeID": "8bdb0d62-5c22-48a8-bf39-a58cb3396e6a",
"TrainingClassID": "14ce38d9-4391-4dc4-88b4-33d326a69298",
"StartDate": "2026-07-26T23:20:32.3331853-04:00",
"EndDate": "2026-07-26T23:20:32.3331853-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "65098fb9-62c9-4d76-8bba-6da103c792d9",
"Used": true,
"UsedDateTime": "2026-07-26T23:20:32.3331853-04:00",
"InventoryItemID": "721aa504-10eb-45c3-939b-0d41f02b49ba"
},
{
"DiscountCodeID": "f63ab7b7-18bc-486a-8c6d-e9557a0a3513",
"Code": "sample string 2",
"TrainingTypeID": "8bdb0d62-5c22-48a8-bf39-a58cb3396e6a",
"TrainingClassID": "14ce38d9-4391-4dc4-88b4-33d326a69298",
"StartDate": "2026-07-26T23:20:32.3331853-04:00",
"EndDate": "2026-07-26T23:20:32.3331853-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "65098fb9-62c9-4d76-8bba-6da103c792d9",
"Used": true,
"UsedDateTime": "2026-07-26T23:20:32.3331853-04:00",
"InventoryItemID": "721aa504-10eb-45c3-939b-0d41f02b49ba"
},
{
"DiscountCodeID": "f63ab7b7-18bc-486a-8c6d-e9557a0a3513",
"Code": "sample string 2",
"TrainingTypeID": "8bdb0d62-5c22-48a8-bf39-a58cb3396e6a",
"TrainingClassID": "14ce38d9-4391-4dc4-88b4-33d326a69298",
"StartDate": "2026-07-26T23:20:32.3331853-04:00",
"EndDate": "2026-07-26T23:20:32.3331853-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "65098fb9-62c9-4d76-8bba-6da103c792d9",
"Used": true,
"UsedDateTime": "2026-07-26T23:20:32.3331853-04:00",
"InventoryItemID": "721aa504-10eb-45c3-939b-0d41f02b49ba"
}
]