POST api/Marketer/ShowBinaryDownPVInfo
Get the list of binary downline information
Request Information
URI Parameters
None.
Body Parameters
mlTotalDownlinPVViewName | description | Type | Additional information |
---|---|---|---|
MarketerID | string |
None. |
|
MarketingPlan | string |
None. |
|
FromDate | string |
None. |
|
ToDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromDate": "sample string 3", "MarketerID": "sample string 1", "MarketingPlan": "sample string 2", "ToDate": "sample string 4" }
application/xml, text/xml
Sample:
<mlTotalDownlinPVView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <FromDate>sample string 3</FromDate> <MarketerID>sample string 1</MarketerID> <MarketingPlan>sample string 2</MarketingPlan> <ToDate>sample string 4</ToDate> </mlTotalDownlinPVView>
response Information
Resource description
list of binary downline information
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |