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": "66d81554-aaaf-49f0-9cdc-0e52da753f8c",
"Code": "sample string 2",
"TrainingTypeID": "034b7929-64a8-4e74-a105-5d993a90f7a8",
"TrainingClassID": "eae63e55-899a-4e27-ada0-017a8ad7c4a4",
"StartDate": "2026-09-08T00:26:55.4201732-04:00",
"EndDate": "2026-09-08T00:26:55.4201732-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b9459c5c-aa0f-4aa1-aa38-8068aa5eb810",
"Used": true,
"UsedDateTime": "2026-09-08T00:26:55.4201732-04:00",
"InventoryItemID": "15b23172-3619-4613-b05c-5f1333b10ad4"
},
{
"DiscountCodeID": "66d81554-aaaf-49f0-9cdc-0e52da753f8c",
"Code": "sample string 2",
"TrainingTypeID": "034b7929-64a8-4e74-a105-5d993a90f7a8",
"TrainingClassID": "eae63e55-899a-4e27-ada0-017a8ad7c4a4",
"StartDate": "2026-09-08T00:26:55.4201732-04:00",
"EndDate": "2026-09-08T00:26:55.4201732-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b9459c5c-aa0f-4aa1-aa38-8068aa5eb810",
"Used": true,
"UsedDateTime": "2026-09-08T00:26:55.4201732-04:00",
"InventoryItemID": "15b23172-3619-4613-b05c-5f1333b10ad4"
},
{
"DiscountCodeID": "66d81554-aaaf-49f0-9cdc-0e52da753f8c",
"Code": "sample string 2",
"TrainingTypeID": "034b7929-64a8-4e74-a105-5d993a90f7a8",
"TrainingClassID": "eae63e55-899a-4e27-ada0-017a8ad7c4a4",
"StartDate": "2026-09-08T00:26:55.4201732-04:00",
"EndDate": "2026-09-08T00:26:55.4201732-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b9459c5c-aa0f-4aa1-aa38-8068aa5eb810",
"Used": true,
"UsedDateTime": "2026-09-08T00:26:55.4201732-04:00",
"InventoryItemID": "15b23172-3619-4613-b05c-5f1333b10ad4"
}
]