POST api/NewMgr/GetList
Request Information
URI Parameters
None.
Body Parameters
ListParameterOfNewMgrListFilterName | Description | Type | Additional information |
---|---|---|---|
Filter | NewMgrListFilter |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
OrderByColumnName | string |
None. |
|
InAscendingOrder | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "filter": { "keyword": "sample string 1", "startDate": "2024-11-21T14:58:41.0645662+08:00", "endDate": "2024-11-21T14:58:41.0645662+08:00", "status": 1.0, "mainId": "sample string 2" }, "pageNumber": 1, "pageSize": 1, "orderByColumnName": "sample string 1", "inAscendingOrder": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.