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": "83d35496-c1ca-4185-8d6d-44330fb71cb9",
"Code": "sample string 2",
"TrainingTypeID": "f4a34f30-cde9-4e7a-9fdc-aa42cebd9e32",
"TrainingClassID": "80091815-7727-48da-87c3-5448597646a4",
"StartDate": "2026-08-27T16:15:02.5292493-04:00",
"EndDate": "2026-08-27T16:15:02.5292493-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6043e52a-d93a-42ae-aa8a-9e917655b6bd",
"Used": true,
"UsedDateTime": "2026-08-27T16:15:02.5292493-04:00",
"InventoryItemID": "47b77a21-14f3-43d3-880e-03c8a808e7b0"
},
{
"DiscountCodeID": "83d35496-c1ca-4185-8d6d-44330fb71cb9",
"Code": "sample string 2",
"TrainingTypeID": "f4a34f30-cde9-4e7a-9fdc-aa42cebd9e32",
"TrainingClassID": "80091815-7727-48da-87c3-5448597646a4",
"StartDate": "2026-08-27T16:15:02.5292493-04:00",
"EndDate": "2026-08-27T16:15:02.5292493-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6043e52a-d93a-42ae-aa8a-9e917655b6bd",
"Used": true,
"UsedDateTime": "2026-08-27T16:15:02.5292493-04:00",
"InventoryItemID": "47b77a21-14f3-43d3-880e-03c8a808e7b0"
},
{
"DiscountCodeID": "83d35496-c1ca-4185-8d6d-44330fb71cb9",
"Code": "sample string 2",
"TrainingTypeID": "f4a34f30-cde9-4e7a-9fdc-aa42cebd9e32",
"TrainingClassID": "80091815-7727-48da-87c3-5448597646a4",
"StartDate": "2026-08-27T16:15:02.5292493-04:00",
"EndDate": "2026-08-27T16:15:02.5292493-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6043e52a-d93a-42ae-aa8a-9e917655b6bd",
"Used": true,
"UsedDateTime": "2026-08-27T16:15:02.5292493-04:00",
"InventoryItemID": "47b77a21-14f3-43d3-880e-03c8a808e7b0"
}
]