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": "9e8be457-cd00-48f8-af7e-3d9051cb6dcf",
"Code": "sample string 2",
"TrainingTypeID": "9b6d8159-7a6d-40ea-94bc-57ede3af4c1a",
"TrainingClassID": "ab7b5fa9-1866-4b74-91e7-4c4de339981f",
"StartDate": "2026-05-30T20:14:44.4006667-04:00",
"EndDate": "2026-05-30T20:14:44.4006667-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "925edb2f-aed9-4916-92d5-2c43edb1169f",
"Used": true,
"UsedDateTime": "2026-05-30T20:14:44.4006667-04:00",
"InventoryItemID": "f5794140-3c7f-4662-8b8c-cf76bd90a723"
},
{
"DiscountCodeID": "9e8be457-cd00-48f8-af7e-3d9051cb6dcf",
"Code": "sample string 2",
"TrainingTypeID": "9b6d8159-7a6d-40ea-94bc-57ede3af4c1a",
"TrainingClassID": "ab7b5fa9-1866-4b74-91e7-4c4de339981f",
"StartDate": "2026-05-30T20:14:44.4006667-04:00",
"EndDate": "2026-05-30T20:14:44.4006667-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "925edb2f-aed9-4916-92d5-2c43edb1169f",
"Used": true,
"UsedDateTime": "2026-05-30T20:14:44.4006667-04:00",
"InventoryItemID": "f5794140-3c7f-4662-8b8c-cf76bd90a723"
},
{
"DiscountCodeID": "9e8be457-cd00-48f8-af7e-3d9051cb6dcf",
"Code": "sample string 2",
"TrainingTypeID": "9b6d8159-7a6d-40ea-94bc-57ede3af4c1a",
"TrainingClassID": "ab7b5fa9-1866-4b74-91e7-4c4de339981f",
"StartDate": "2026-05-30T20:14:44.4006667-04:00",
"EndDate": "2026-05-30T20:14:44.4006667-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "925edb2f-aed9-4916-92d5-2c43edb1169f",
"Used": true,
"UsedDateTime": "2026-05-30T20:14:44.4006667-04:00",
"InventoryItemID": "f5794140-3c7f-4662-8b8c-cf76bd90a723"
}
]