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": "504c5342-73a2-4b2f-b86a-642af0fa4a0e",
"Code": "sample string 2",
"TrainingTypeID": "9bcac364-c0a9-40de-a182-ec18f4664171",
"TrainingClassID": "0b76ec36-a698-408b-9ee2-a9014ea8364d",
"StartDate": "2026-05-24T12:19:49.2526943-04:00",
"EndDate": "2026-05-24T12:19:49.2526943-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab4d858c-e1c1-4c66-8f33-085573e61bdf",
"Used": true,
"UsedDateTime": "2026-05-24T12:19:49.2526943-04:00",
"InventoryItemID": "1147dae0-decc-4310-9c13-0af7ac2a7056"
},
{
"DiscountCodeID": "504c5342-73a2-4b2f-b86a-642af0fa4a0e",
"Code": "sample string 2",
"TrainingTypeID": "9bcac364-c0a9-40de-a182-ec18f4664171",
"TrainingClassID": "0b76ec36-a698-408b-9ee2-a9014ea8364d",
"StartDate": "2026-05-24T12:19:49.2526943-04:00",
"EndDate": "2026-05-24T12:19:49.2526943-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab4d858c-e1c1-4c66-8f33-085573e61bdf",
"Used": true,
"UsedDateTime": "2026-05-24T12:19:49.2526943-04:00",
"InventoryItemID": "1147dae0-decc-4310-9c13-0af7ac2a7056"
},
{
"DiscountCodeID": "504c5342-73a2-4b2f-b86a-642af0fa4a0e",
"Code": "sample string 2",
"TrainingTypeID": "9bcac364-c0a9-40de-a182-ec18f4664171",
"TrainingClassID": "0b76ec36-a698-408b-9ee2-a9014ea8364d",
"StartDate": "2026-05-24T12:19:49.2526943-04:00",
"EndDate": "2026-05-24T12:19:49.2526943-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab4d858c-e1c1-4c66-8f33-085573e61bdf",
"Used": true,
"UsedDateTime": "2026-05-24T12:19:49.2526943-04:00",
"InventoryItemID": "1147dae0-decc-4310-9c13-0af7ac2a7056"
}
]