GET api/PaymentAndFinance/SemiInvoices
Gets the semi invoices.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>.
ResponseOfSemiInvoice[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of SemiInvoice |
None. |
|
| MiscData | Object |
None. |
|
| StatusCode | integer |
None. |
|
| Message | string |
None. |
|
| meta | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"Id": 1,
"InvoiceNo": "sample string 2",
"InvoiceType": 1,
"ReferenceId": 3,
"Comment": "sample string 4",
"IsActive": true
},
{
"Id": 1,
"InvoiceNo": "sample string 2",
"InvoiceType": 1,
"ReferenceId": 3,
"Comment": "sample string 4",
"IsActive": true
}
],
"MiscData": {},
"StatusCode": 2,
"Message": "sample string 3",
"meta": {}
}