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": "7cb13ccb-9dfd-46eb-8b7f-4008a96b5b65",
"Code": "sample string 2",
"TrainingTypeID": "9ffb7aec-a65e-4da6-98c7-be5a9b4ec3ba",
"TrainingClassID": "9b6fb8b5-8062-41d1-8d4d-bed7a0298c45",
"StartDate": "2026-09-10T04:29:39.1727525-04:00",
"EndDate": "2026-09-10T04:29:39.1727525-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6f0f01fa-84c2-425d-9948-ac621d75303d",
"Used": true,
"UsedDateTime": "2026-09-10T04:29:39.1727525-04:00",
"InventoryItemID": "8200a3d5-0b55-4ccb-829e-f15ac1207ea5"
},
{
"DiscountCodeID": "7cb13ccb-9dfd-46eb-8b7f-4008a96b5b65",
"Code": "sample string 2",
"TrainingTypeID": "9ffb7aec-a65e-4da6-98c7-be5a9b4ec3ba",
"TrainingClassID": "9b6fb8b5-8062-41d1-8d4d-bed7a0298c45",
"StartDate": "2026-09-10T04:29:39.1727525-04:00",
"EndDate": "2026-09-10T04:29:39.1727525-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6f0f01fa-84c2-425d-9948-ac621d75303d",
"Used": true,
"UsedDateTime": "2026-09-10T04:29:39.1727525-04:00",
"InventoryItemID": "8200a3d5-0b55-4ccb-829e-f15ac1207ea5"
},
{
"DiscountCodeID": "7cb13ccb-9dfd-46eb-8b7f-4008a96b5b65",
"Code": "sample string 2",
"TrainingTypeID": "9ffb7aec-a65e-4da6-98c7-be5a9b4ec3ba",
"TrainingClassID": "9b6fb8b5-8062-41d1-8d4d-bed7a0298c45",
"StartDate": "2026-09-10T04:29:39.1727525-04:00",
"EndDate": "2026-09-10T04:29:39.1727525-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6f0f01fa-84c2-425d-9948-ac621d75303d",
"Used": true,
"UsedDateTime": "2026-09-10T04:29:39.1727525-04:00",
"InventoryItemID": "8200a3d5-0b55-4ccb-829e-f15ac1207ea5"
}
]