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": "ef6751ef-1933-4737-ab5b-6bda7963f277",
"Code": "sample string 2",
"TrainingTypeID": "a766353b-444f-4de4-8797-2989c37f82aa",
"TrainingClassID": "a5d7384b-8147-409a-9cee-5b0910cd4421",
"StartDate": "2026-07-17T20:47:33.8803989-04:00",
"EndDate": "2026-07-17T20:47:33.8803989-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "842a1edf-8518-4187-a972-8cc7cbbc2b39",
"Used": true,
"UsedDateTime": "2026-07-17T20:47:33.8803989-04:00",
"InventoryItemID": "7552d8dd-6dd3-49f4-8772-93b859c2935d"
},
{
"DiscountCodeID": "ef6751ef-1933-4737-ab5b-6bda7963f277",
"Code": "sample string 2",
"TrainingTypeID": "a766353b-444f-4de4-8797-2989c37f82aa",
"TrainingClassID": "a5d7384b-8147-409a-9cee-5b0910cd4421",
"StartDate": "2026-07-17T20:47:33.8803989-04:00",
"EndDate": "2026-07-17T20:47:33.8803989-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "842a1edf-8518-4187-a972-8cc7cbbc2b39",
"Used": true,
"UsedDateTime": "2026-07-17T20:47:33.8803989-04:00",
"InventoryItemID": "7552d8dd-6dd3-49f4-8772-93b859c2935d"
},
{
"DiscountCodeID": "ef6751ef-1933-4737-ab5b-6bda7963f277",
"Code": "sample string 2",
"TrainingTypeID": "a766353b-444f-4de4-8797-2989c37f82aa",
"TrainingClassID": "a5d7384b-8147-409a-9cee-5b0910cd4421",
"StartDate": "2026-07-17T20:47:33.8803989-04:00",
"EndDate": "2026-07-17T20:47:33.8803989-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "842a1edf-8518-4187-a972-8cc7cbbc2b39",
"Used": true,
"UsedDateTime": "2026-07-17T20:47:33.8803989-04:00",
"InventoryItemID": "7552d8dd-6dd3-49f4-8772-93b859c2935d"
}
]