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": "10b9883a-dda4-4346-b8e2-7d12c35df980",
"Code": "sample string 2",
"TrainingTypeID": "02571a41-2d43-4ebe-8089-d9338e5c8774",
"TrainingClassID": "f5442731-7185-42ed-a040-5f6200f24879",
"StartDate": "2026-08-10T14:27:04.6684461-04:00",
"EndDate": "2026-08-10T14:27:04.6684461-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d70a395d-04ee-440b-92e8-e9a7a6e60be7",
"Used": true,
"UsedDateTime": "2026-08-10T14:27:04.6684461-04:00",
"InventoryItemID": "903f5881-d8df-4d76-8254-ece55739b555"
},
{
"DiscountCodeID": "10b9883a-dda4-4346-b8e2-7d12c35df980",
"Code": "sample string 2",
"TrainingTypeID": "02571a41-2d43-4ebe-8089-d9338e5c8774",
"TrainingClassID": "f5442731-7185-42ed-a040-5f6200f24879",
"StartDate": "2026-08-10T14:27:04.6684461-04:00",
"EndDate": "2026-08-10T14:27:04.6684461-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d70a395d-04ee-440b-92e8-e9a7a6e60be7",
"Used": true,
"UsedDateTime": "2026-08-10T14:27:04.6684461-04:00",
"InventoryItemID": "903f5881-d8df-4d76-8254-ece55739b555"
},
{
"DiscountCodeID": "10b9883a-dda4-4346-b8e2-7d12c35df980",
"Code": "sample string 2",
"TrainingTypeID": "02571a41-2d43-4ebe-8089-d9338e5c8774",
"TrainingClassID": "f5442731-7185-42ed-a040-5f6200f24879",
"StartDate": "2026-08-10T14:27:04.6684461-04:00",
"EndDate": "2026-08-10T14:27:04.6684461-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d70a395d-04ee-440b-92e8-e9a7a6e60be7",
"Used": true,
"UsedDateTime": "2026-08-10T14:27:04.6684461-04:00",
"InventoryItemID": "903f5881-d8df-4d76-8254-ece55739b555"
}
]