POST api/Marketer/MatrixDownlineList
Payout payment released list
Request Information
URI Parameters
None.
Body Parameters
DownlineListSearchName | description | Type | Additional information |
---|---|---|---|
MarketerID | string |
None. |
|
NoofLevels | integer |
None. |
|
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 5", "OrderType": "sample string 6", "PageNo": 3, "PageSize": 4, "SearchBy": "sample string 7", "SearchText": "sample string 8", "MarketerID": "sample string 1", "NoofLevels": 2 }
application/xml, text/xml
Sample:
<mlMatrixTree.DownlineListPaging.DownlineListSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <OrderBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 5</OrderBy> <OrderType xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 6</OrderType> <PageNo xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">3</PageNo> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">4</PageSize> <SearchBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 7</SearchBy> <SearchText xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 8</SearchText> <MarketerID>sample string 1</MarketerID> <NoofLevels>2</NoofLevels> </mlMatrixTree.DownlineListPaging.DownlineListSearch>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |