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": "470edb29-f81a-49d7-880a-681221725f2c",
"Code": "sample string 2",
"TrainingTypeID": "3389dcab-8071-4b97-9d4f-3c0c34bd38d6",
"TrainingClassID": "4c810ebb-6ee5-4fd1-a790-f9cfc5cee8c1",
"StartDate": "2026-06-19T17:57:26.9352261-04:00",
"EndDate": "2026-06-19T17:57:26.9352261-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "fc72902a-411a-42d3-8ae5-05ab84031173",
"Used": true,
"UsedDateTime": "2026-06-19T17:57:26.9352261-04:00",
"InventoryItemID": "5ad77311-775f-4b40-9456-bede00aafd4d"
},
{
"DiscountCodeID": "470edb29-f81a-49d7-880a-681221725f2c",
"Code": "sample string 2",
"TrainingTypeID": "3389dcab-8071-4b97-9d4f-3c0c34bd38d6",
"TrainingClassID": "4c810ebb-6ee5-4fd1-a790-f9cfc5cee8c1",
"StartDate": "2026-06-19T17:57:26.9352261-04:00",
"EndDate": "2026-06-19T17:57:26.9352261-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "fc72902a-411a-42d3-8ae5-05ab84031173",
"Used": true,
"UsedDateTime": "2026-06-19T17:57:26.9352261-04:00",
"InventoryItemID": "5ad77311-775f-4b40-9456-bede00aafd4d"
},
{
"DiscountCodeID": "470edb29-f81a-49d7-880a-681221725f2c",
"Code": "sample string 2",
"TrainingTypeID": "3389dcab-8071-4b97-9d4f-3c0c34bd38d6",
"TrainingClassID": "4c810ebb-6ee5-4fd1-a790-f9cfc5cee8c1",
"StartDate": "2026-06-19T17:57:26.9352261-04:00",
"EndDate": "2026-06-19T17:57:26.9352261-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "fc72902a-411a-42d3-8ae5-05ab84031173",
"Used": true,
"UsedDateTime": "2026-06-19T17:57:26.9352261-04:00",
"InventoryItemID": "5ad77311-775f-4b40-9456-bede00aafd4d"
}
]