POST Middleware/Services/BusinessContact/GetPagedFilteredAsync
Request Information
URI Parameters
None.
Body Parameters
PageingParametersName | Description | Type | Additional information |
---|---|---|---|
ControllerName | string |
None. |
|
Draw | string |
None. |
|
CurrentPage | integer |
None. |
|
PageSize | integer |
None. |
|
GenericFilters | string |
None. |
|
SearchText | string |
None. |
|
OrderByColumnNo | integer |
None. |
|
OrderDirection | Order |
None. |
|
ExtraInfo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ControllerName": "sample string 1", "Draw": "sample string 2", "CurrentPage": 3, "PageSize": 4, "GenericFilters": "sample string 5", "SearchText": "sample string 6", "OrderByColumnNo": 7, "OrderDirection": 0, "ExtraInfo": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.