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": "99d6b811-8bab-4955-b3e8-1e9c71b1265b",
"Code": "sample string 2",
"TrainingTypeID": "d821f0c6-97cc-49ac-b012-38ed7887b6a9",
"TrainingClassID": "c984028e-b1a4-4e04-a8f7-c28c80ea73a3",
"StartDate": "2026-05-20T13:12:08.1412127-04:00",
"EndDate": "2026-05-20T13:12:08.1412127-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "43c0f3a0-7105-49a9-ba49-15e718c5146a",
"Used": true,
"UsedDateTime": "2026-05-20T13:12:08.1412127-04:00",
"InventoryItemID": "d9c2d75d-0d74-4e40-b147-6729d2340596"
},
{
"DiscountCodeID": "99d6b811-8bab-4955-b3e8-1e9c71b1265b",
"Code": "sample string 2",
"TrainingTypeID": "d821f0c6-97cc-49ac-b012-38ed7887b6a9",
"TrainingClassID": "c984028e-b1a4-4e04-a8f7-c28c80ea73a3",
"StartDate": "2026-05-20T13:12:08.1412127-04:00",
"EndDate": "2026-05-20T13:12:08.1412127-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "43c0f3a0-7105-49a9-ba49-15e718c5146a",
"Used": true,
"UsedDateTime": "2026-05-20T13:12:08.1412127-04:00",
"InventoryItemID": "d9c2d75d-0d74-4e40-b147-6729d2340596"
},
{
"DiscountCodeID": "99d6b811-8bab-4955-b3e8-1e9c71b1265b",
"Code": "sample string 2",
"TrainingTypeID": "d821f0c6-97cc-49ac-b012-38ed7887b6a9",
"TrainingClassID": "c984028e-b1a4-4e04-a8f7-c28c80ea73a3",
"StartDate": "2026-05-20T13:12:08.1412127-04:00",
"EndDate": "2026-05-20T13:12:08.1412127-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "43c0f3a0-7105-49a9-ba49-15e718c5146a",
"Used": true,
"UsedDateTime": "2026-05-20T13:12:08.1412127-04:00",
"InventoryItemID": "d9c2d75d-0d74-4e40-b147-6729d2340596"
}
]