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": "e2123456-3aa0-4d64-aa4f-e18d75c877f3",
"Code": "sample string 2",
"TrainingTypeID": "9e42730c-8200-42c0-81d1-26dd5e8430fe",
"TrainingClassID": "8422c41e-385a-4646-afbd-ad262b549661",
"StartDate": "2026-06-08T23:41:34.8808179-04:00",
"EndDate": "2026-06-08T23:41:34.8808179-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5cc83093-31ad-4092-a6b8-2beb5e3ad2c7",
"Used": true,
"UsedDateTime": "2026-06-08T23:41:34.8808179-04:00",
"InventoryItemID": "e28513e4-9f42-4d06-9af0-83404e27a080"
},
{
"DiscountCodeID": "e2123456-3aa0-4d64-aa4f-e18d75c877f3",
"Code": "sample string 2",
"TrainingTypeID": "9e42730c-8200-42c0-81d1-26dd5e8430fe",
"TrainingClassID": "8422c41e-385a-4646-afbd-ad262b549661",
"StartDate": "2026-06-08T23:41:34.8808179-04:00",
"EndDate": "2026-06-08T23:41:34.8808179-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5cc83093-31ad-4092-a6b8-2beb5e3ad2c7",
"Used": true,
"UsedDateTime": "2026-06-08T23:41:34.8808179-04:00",
"InventoryItemID": "e28513e4-9f42-4d06-9af0-83404e27a080"
},
{
"DiscountCodeID": "e2123456-3aa0-4d64-aa4f-e18d75c877f3",
"Code": "sample string 2",
"TrainingTypeID": "9e42730c-8200-42c0-81d1-26dd5e8430fe",
"TrainingClassID": "8422c41e-385a-4646-afbd-ad262b549661",
"StartDate": "2026-06-08T23:41:34.8808179-04:00",
"EndDate": "2026-06-08T23:41:34.8808179-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5cc83093-31ad-4092-a6b8-2beb5e3ad2c7",
"Used": true,
"UsedDateTime": "2026-06-08T23:41:34.8808179-04:00",
"InventoryItemID": "e28513e4-9f42-4d06-9af0-83404e27a080"
}
]