POST api/report/sales_list
Get Sales List
Request Information
URI Parameters
None.
Body Parameters
mlsaleslist| Name | description | Type | Additional information |
|---|---|---|---|
| ProjectID | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| PromotionID | integer |
None. |
|
| NoofPlots | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "sample string 2",
"NoofPlots": 5,
"ProjectID": 1,
"PromotionID": 4,
"ToDate": "sample string 3"
}
application/xml, text/xml
Sample:
<Report.mlsaleslist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Member"> <FromDate>sample string 2</FromDate> <NoofPlots>5</NoofPlots> <ProjectID>1</ProjectID> <PromotionID>4</PromotionID> <ToDate>sample string 3</ToDate> </Report.mlsaleslist>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |