POST api/admin/UserPayoutList
Loads the User Payout List
Request Information
URI Parameters
None.
Body Parameters
mlPagination| Name | description | Type | Additional information |
|---|---|---|---|
| PageNo | integer |
Required Range: inclusive between 1 and 100000 |
|
| PageSize | integer |
Required Range: inclusive between 1 and 100000 |
|
| OrderBy | string |
None. |
|
| OrderType | string |
None. |
|
| SearchBy | string |
None. |
|
| SearchText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderBy": "sample string 3",
"OrderType": "sample string 4",
"PageNo": 1,
"PageSize": 2,
"SearchBy": "sample string 5",
"SearchText": "sample string 6"
}
application/xml, text/xml
Sample:
<mlPagination xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common"> <OrderBy>sample string 3</OrderBy> <OrderType>sample string 4</OrderType> <PageNo>1</PageNo> <PageSize>2</PageSize> <SearchBy>sample string 5</SearchBy> <SearchText>sample string 6</SearchText> </mlPagination>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |