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": "bc7cd92a-37b7-418a-bd70-d9587e6cf0b8",
"Code": "sample string 2",
"TrainingTypeID": "1c5a9a54-da98-4bc4-9e2c-a32d792799a9",
"TrainingClassID": "9e091dbd-66bb-4ff7-bba0-7656756c5774",
"StartDate": "2026-05-21T20:40:39.2516781-04:00",
"EndDate": "2026-05-21T20:40:39.2516781-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4dc8c23c-0e25-414d-8cda-0a5131e9b555",
"Used": true,
"UsedDateTime": "2026-05-21T20:40:39.2516781-04:00",
"InventoryItemID": "ad973a79-e9d0-43f1-b080-2b155478d77a"
},
{
"DiscountCodeID": "bc7cd92a-37b7-418a-bd70-d9587e6cf0b8",
"Code": "sample string 2",
"TrainingTypeID": "1c5a9a54-da98-4bc4-9e2c-a32d792799a9",
"TrainingClassID": "9e091dbd-66bb-4ff7-bba0-7656756c5774",
"StartDate": "2026-05-21T20:40:39.2516781-04:00",
"EndDate": "2026-05-21T20:40:39.2516781-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4dc8c23c-0e25-414d-8cda-0a5131e9b555",
"Used": true,
"UsedDateTime": "2026-05-21T20:40:39.2516781-04:00",
"InventoryItemID": "ad973a79-e9d0-43f1-b080-2b155478d77a"
},
{
"DiscountCodeID": "bc7cd92a-37b7-418a-bd70-d9587e6cf0b8",
"Code": "sample string 2",
"TrainingTypeID": "1c5a9a54-da98-4bc4-9e2c-a32d792799a9",
"TrainingClassID": "9e091dbd-66bb-4ff7-bba0-7656756c5774",
"StartDate": "2026-05-21T20:40:39.2516781-04:00",
"EndDate": "2026-05-21T20:40:39.2516781-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4dc8c23c-0e25-414d-8cda-0a5131e9b555",
"Used": true,
"UsedDateTime": "2026-05-21T20:40:39.2516781-04:00",
"InventoryItemID": "ad973a79-e9d0-43f1-b080-2b155478d77a"
}
]