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": "ce5db272-e002-4d5d-81c8-dd60f5d594d1",
"Code": "sample string 2",
"TrainingTypeID": "2d637fad-f151-40ab-9152-5059d44f83b6",
"TrainingClassID": "9c340726-f412-4bc6-b6dc-092e4c356672",
"StartDate": "2026-06-22T07:58:21.7408748-04:00",
"EndDate": "2026-06-22T07:58:21.7408748-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "27aa4d59-9a19-48ae-abb0-8a8f98d45823",
"Used": true,
"UsedDateTime": "2026-06-22T07:58:21.7408748-04:00",
"InventoryItemID": "0eac1246-1b5a-4dae-b479-286acfbe2790"
},
{
"DiscountCodeID": "ce5db272-e002-4d5d-81c8-dd60f5d594d1",
"Code": "sample string 2",
"TrainingTypeID": "2d637fad-f151-40ab-9152-5059d44f83b6",
"TrainingClassID": "9c340726-f412-4bc6-b6dc-092e4c356672",
"StartDate": "2026-06-22T07:58:21.7408748-04:00",
"EndDate": "2026-06-22T07:58:21.7408748-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "27aa4d59-9a19-48ae-abb0-8a8f98d45823",
"Used": true,
"UsedDateTime": "2026-06-22T07:58:21.7408748-04:00",
"InventoryItemID": "0eac1246-1b5a-4dae-b479-286acfbe2790"
},
{
"DiscountCodeID": "ce5db272-e002-4d5d-81c8-dd60f5d594d1",
"Code": "sample string 2",
"TrainingTypeID": "2d637fad-f151-40ab-9152-5059d44f83b6",
"TrainingClassID": "9c340726-f412-4bc6-b6dc-092e4c356672",
"StartDate": "2026-06-22T07:58:21.7408748-04:00",
"EndDate": "2026-06-22T07:58:21.7408748-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "27aa4d59-9a19-48ae-abb0-8a8f98d45823",
"Used": true,
"UsedDateTime": "2026-06-22T07:58:21.7408748-04:00",
"InventoryItemID": "0eac1246-1b5a-4dae-b479-286acfbe2790"
}
]