POST api/Services/InvoiceBillList
Request Information
URI Parameters
None.
Body Parameters
InvoiceBillExpenseList| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthenticationCode | string |
None. |
|
| InvoiceType | string |
None. |
|
| ByCustomerId | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortColumnName | string |
None. |
|
| SortingOrder | string |
None. |
|
| LanguageId | integer |
None. |
|
| Search | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuthenticationCode": "sample string 1",
"InvoiceType": "sample string 2",
"ByCustomerId": 3,
"FromDate": "2025-12-31T17:41:07.2880047+00:00",
"ToDate": "2025-12-31T17:41:07.2880047+00:00",
"PageNumber": 4,
"PageSize": 5,
"SortColumnName": "sample string 6",
"SortingOrder": "sample string 7",
"LanguageId": 8,
"Search": "sample string 9"
}
text/html
Sample:
{"AuthenticationCode":"sample string 1","InvoiceType":"sample string 2","ByCustomerId":3,"FromDate":"2025-12-31T17:41:07.2880047+00:00","ToDate":"2025-12-31T17:41:07.2880047+00:00","PageNumber":4,"PageSize":5,"SortColumnName":"sample string 6","SortingOrder":"sample string 7","LanguageId":8,"Search":"sample string 9"}
application/xml, text/xml
Sample:
<InvoiceBillExpenseList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyAccounting.ViewModel"> <AuthenticationCode>sample string 1</AuthenticationCode> <ByCustomerId>3</ByCustomerId> <FromDate>2025-12-31T17:41:07.2880047+00:00</FromDate> <InvoiceType>sample string 2</InvoiceType> <LanguageId>8</LanguageId> <PageNumber>4</PageNumber> <PageSize>5</PageSize> <Search>sample string 9</Search> <SortColumnName>sample string 6</SortColumnName> <SortingOrder>sample string 7</SortingOrder> <ToDate>2025-12-31T17:41:07.2880047+00:00</ToDate> </InvoiceBillExpenseList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |