POST api/InviteMgr/GetList
Request Information
URI Parameters
None.
Body Parameters
ListParameterOfInviteMgrFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Filter | InviteMgrFilter |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| OrderByColumnName | string |
None. |
|
| InAscendingOrder | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"filter": {
"serId": 1,
"keyWord": "sample string 2",
"sDate": "2025-12-25T20:17:47.2900965+08:00",
"eDate": "2025-12-25T20:17:47.3057262+08:00",
"partner": "sample string 3"
},
"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.