POST report/getreportdata?PageNumber={PageNumber}&PageSize={PageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
Body Parameters
DaoFiltersName | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
None. |
|
clientName | string |
None. |
|
journalAbrv | string |
None. |
|
statusId | Collection of integer |
None. |
|
statusType | string |
None. |
|
fromDate | string |
None. |
|
toDate | string |
None. |
|
search | string |
None. |
|
isExcel | boolean |
None. |
|
CardType | integer |
None. |
|
OrderDirection | integer |
None. |
|
OrderByColumn | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "clientId": 1, "clientName": "sample string 2", "journalAbrv": "sample string 3", "statusId": [ 1, 2 ], "statusType": "sample string 4", "fromDate": "sample string 5", "toDate": "sample string 6", "search": "sample string 7", "isExcel": true, "CardType": 9, "OrderDirection": 10, "OrderByColumn": "sample string 11" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.