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": "77b78d01-ef55-497a-8bf7-d5167b29cae4",
"Code": "sample string 2",
"TrainingTypeID": "5e8c2b3f-c98e-4be7-9a82-251c6db6f60b",
"TrainingClassID": "ca84e906-2331-4f88-9dfc-d4de413eaaca",
"StartDate": "2026-06-13T05:01:07.3048822-04:00",
"EndDate": "2026-06-13T05:01:07.3048822-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "81a5fc65-6c12-4664-b589-42b5d79ab065",
"Used": true,
"UsedDateTime": "2026-06-13T05:01:07.3048822-04:00",
"InventoryItemID": "761ecf99-609f-4cde-9dc7-950e6d0ad6d4"
},
{
"DiscountCodeID": "77b78d01-ef55-497a-8bf7-d5167b29cae4",
"Code": "sample string 2",
"TrainingTypeID": "5e8c2b3f-c98e-4be7-9a82-251c6db6f60b",
"TrainingClassID": "ca84e906-2331-4f88-9dfc-d4de413eaaca",
"StartDate": "2026-06-13T05:01:07.3048822-04:00",
"EndDate": "2026-06-13T05:01:07.3048822-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "81a5fc65-6c12-4664-b589-42b5d79ab065",
"Used": true,
"UsedDateTime": "2026-06-13T05:01:07.3048822-04:00",
"InventoryItemID": "761ecf99-609f-4cde-9dc7-950e6d0ad6d4"
},
{
"DiscountCodeID": "77b78d01-ef55-497a-8bf7-d5167b29cae4",
"Code": "sample string 2",
"TrainingTypeID": "5e8c2b3f-c98e-4be7-9a82-251c6db6f60b",
"TrainingClassID": "ca84e906-2331-4f88-9dfc-d4de413eaaca",
"StartDate": "2026-06-13T05:01:07.3048822-04:00",
"EndDate": "2026-06-13T05:01:07.3048822-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "81a5fc65-6c12-4664-b589-42b5d79ab065",
"Used": true,
"UsedDateTime": "2026-06-13T05:01:07.3048822-04:00",
"InventoryItemID": "761ecf99-609f-4cde-9dc7-950e6d0ad6d4"
}
]