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": "a21fb16b-9c59-4930-9aac-76802b282e93",
"Code": "sample string 2",
"TrainingTypeID": "758b1633-56e2-4ab5-a722-95857e9041c5",
"TrainingClassID": "1a67fd68-9908-4d19-b999-8274065fbf6f",
"StartDate": "2026-09-12T10:38:20.3759697-04:00",
"EndDate": "2026-09-12T10:38:20.3759697-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c7778bdd-9383-4691-830f-864c4c55ad51",
"Used": true,
"UsedDateTime": "2026-09-12T10:38:20.3759697-04:00",
"InventoryItemID": "9ffa779b-e8e7-4a19-b2ae-2d381db06db6"
},
{
"DiscountCodeID": "a21fb16b-9c59-4930-9aac-76802b282e93",
"Code": "sample string 2",
"TrainingTypeID": "758b1633-56e2-4ab5-a722-95857e9041c5",
"TrainingClassID": "1a67fd68-9908-4d19-b999-8274065fbf6f",
"StartDate": "2026-09-12T10:38:20.3759697-04:00",
"EndDate": "2026-09-12T10:38:20.3759697-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c7778bdd-9383-4691-830f-864c4c55ad51",
"Used": true,
"UsedDateTime": "2026-09-12T10:38:20.3759697-04:00",
"InventoryItemID": "9ffa779b-e8e7-4a19-b2ae-2d381db06db6"
},
{
"DiscountCodeID": "a21fb16b-9c59-4930-9aac-76802b282e93",
"Code": "sample string 2",
"TrainingTypeID": "758b1633-56e2-4ab5-a722-95857e9041c5",
"TrainingClassID": "1a67fd68-9908-4d19-b999-8274065fbf6f",
"StartDate": "2026-09-12T10:38:20.3759697-04:00",
"EndDate": "2026-09-12T10:38:20.3759697-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c7778bdd-9383-4691-830f-864c4c55ad51",
"Used": true,
"UsedDateTime": "2026-09-12T10:38:20.3759697-04:00",
"InventoryItemID": "9ffa779b-e8e7-4a19-b2ae-2d381db06db6"
}
]