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": "46bc62b7-7b3f-4aa6-a113-1fc939f07015",
"Code": "sample string 2",
"TrainingTypeID": "1050a242-c766-4ccd-878c-cf29b868bee9",
"TrainingClassID": "78868df8-32f4-440c-8aea-8aa6cffb236f",
"StartDate": "2026-07-04T01:39:26.2484645-04:00",
"EndDate": "2026-07-04T01:39:26.2484645-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6d7fe345-8664-4516-b4e9-c34dcfb44a14",
"Used": true,
"UsedDateTime": "2026-07-04T01:39:26.2484645-04:00",
"InventoryItemID": "111c84f0-3fd7-49c5-9fe1-23db12c459b0"
},
{
"DiscountCodeID": "46bc62b7-7b3f-4aa6-a113-1fc939f07015",
"Code": "sample string 2",
"TrainingTypeID": "1050a242-c766-4ccd-878c-cf29b868bee9",
"TrainingClassID": "78868df8-32f4-440c-8aea-8aa6cffb236f",
"StartDate": "2026-07-04T01:39:26.2484645-04:00",
"EndDate": "2026-07-04T01:39:26.2484645-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6d7fe345-8664-4516-b4e9-c34dcfb44a14",
"Used": true,
"UsedDateTime": "2026-07-04T01:39:26.2484645-04:00",
"InventoryItemID": "111c84f0-3fd7-49c5-9fe1-23db12c459b0"
},
{
"DiscountCodeID": "46bc62b7-7b3f-4aa6-a113-1fc939f07015",
"Code": "sample string 2",
"TrainingTypeID": "1050a242-c766-4ccd-878c-cf29b868bee9",
"TrainingClassID": "78868df8-32f4-440c-8aea-8aa6cffb236f",
"StartDate": "2026-07-04T01:39:26.2484645-04:00",
"EndDate": "2026-07-04T01:39:26.2484645-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6d7fe345-8664-4516-b4e9-c34dcfb44a14",
"Used": true,
"UsedDateTime": "2026-07-04T01:39:26.2484645-04:00",
"InventoryItemID": "111c84f0-3fd7-49c5-9fe1-23db12c459b0"
}
]