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": "3ab0014e-947b-49e4-bb56-81e0fac5bcc6",
"Code": "sample string 2",
"TrainingTypeID": "a6090b9b-e495-42d3-a4e7-003766224e69",
"TrainingClassID": "564ae27e-0e63-4f73-b73c-33518be2d95f",
"StartDate": "2026-08-21T09:23:31.545594-04:00",
"EndDate": "2026-08-21T09:23:31.545594-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c4c6010a-e5eb-4b36-a16e-d3649fa192db",
"Used": true,
"UsedDateTime": "2026-08-21T09:23:31.545594-04:00",
"InventoryItemID": "4fc8d9d4-1672-47bd-b669-26dcebbe24a1"
},
{
"DiscountCodeID": "3ab0014e-947b-49e4-bb56-81e0fac5bcc6",
"Code": "sample string 2",
"TrainingTypeID": "a6090b9b-e495-42d3-a4e7-003766224e69",
"TrainingClassID": "564ae27e-0e63-4f73-b73c-33518be2d95f",
"StartDate": "2026-08-21T09:23:31.545594-04:00",
"EndDate": "2026-08-21T09:23:31.545594-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c4c6010a-e5eb-4b36-a16e-d3649fa192db",
"Used": true,
"UsedDateTime": "2026-08-21T09:23:31.545594-04:00",
"InventoryItemID": "4fc8d9d4-1672-47bd-b669-26dcebbe24a1"
},
{
"DiscountCodeID": "3ab0014e-947b-49e4-bb56-81e0fac5bcc6",
"Code": "sample string 2",
"TrainingTypeID": "a6090b9b-e495-42d3-a4e7-003766224e69",
"TrainingClassID": "564ae27e-0e63-4f73-b73c-33518be2d95f",
"StartDate": "2026-08-21T09:23:31.545594-04:00",
"EndDate": "2026-08-21T09:23:31.545594-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c4c6010a-e5eb-4b36-a16e-d3649fa192db",
"Used": true,
"UsedDateTime": "2026-08-21T09:23:31.545594-04:00",
"InventoryItemID": "4fc8d9d4-1672-47bd-b669-26dcebbe24a1"
}
]