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": "f6b5712d-e94c-4c46-aefe-3a874a8d2d89",
"Code": "sample string 2",
"TrainingTypeID": "7e854262-546e-40c0-8782-5abb950b350c",
"TrainingClassID": "903c747e-047f-4ddd-99e7-9b681c545318",
"StartDate": "2025-11-28T10:57:39.8525016-05:00",
"EndDate": "2025-11-28T10:57:39.8525016-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4c59a1df-f78b-414b-bfeb-45d6fd1ec4d6",
"Used": true,
"UsedDateTime": "2025-11-28T10:57:39.8525016-05:00",
"InventoryItemID": "9345224e-c726-4a68-9c8b-bf74bbf5520e"
},
{
"DiscountCodeID": "f6b5712d-e94c-4c46-aefe-3a874a8d2d89",
"Code": "sample string 2",
"TrainingTypeID": "7e854262-546e-40c0-8782-5abb950b350c",
"TrainingClassID": "903c747e-047f-4ddd-99e7-9b681c545318",
"StartDate": "2025-11-28T10:57:39.8525016-05:00",
"EndDate": "2025-11-28T10:57:39.8525016-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4c59a1df-f78b-414b-bfeb-45d6fd1ec4d6",
"Used": true,
"UsedDateTime": "2025-11-28T10:57:39.8525016-05:00",
"InventoryItemID": "9345224e-c726-4a68-9c8b-bf74bbf5520e"
},
{
"DiscountCodeID": "f6b5712d-e94c-4c46-aefe-3a874a8d2d89",
"Code": "sample string 2",
"TrainingTypeID": "7e854262-546e-40c0-8782-5abb950b350c",
"TrainingClassID": "903c747e-047f-4ddd-99e7-9b681c545318",
"StartDate": "2025-11-28T10:57:39.8525016-05:00",
"EndDate": "2025-11-28T10:57:39.8525016-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4c59a1df-f78b-414b-bfeb-45d6fd1ec4d6",
"Used": true,
"UsedDateTime": "2025-11-28T10:57:39.8525016-05:00",
"InventoryItemID": "9345224e-c726-4a68-9c8b-bf74bbf5520e"
}
]