POST api/Retail/DownLineLevelWiseCount
Documentation for 'DownLineLevelWiseCount'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Info | Documentation for 'Info'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"info": "sample string 1"
}
application/xml, text/xml
Sample:
<RetailController.Params xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33.Controllers"> <info>sample string 1</info> </RetailController.Params>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Level": 1,
"CCount": 2,
"DCount": 3,
"LvlCnt": 4
},
{
"Level": 1,
"CCount": 2,
"DCount": 3,
"LvlCnt": 4
},
{
"Level": 1,
"CCount": 2,
"DCount": 3,
"LvlCnt": 4
}
]
application/xml, text/xml
Sample:
<ArrayOfDownLineLevelWiseCountOP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33">
<DownLineLevelWiseCountOP>
<CCount>2</CCount>
<DCount>3</DCount>
<Level>1</Level>
<LvlCnt>4</LvlCnt>
</DownLineLevelWiseCountOP>
<DownLineLevelWiseCountOP>
<CCount>2</CCount>
<DCount>3</DCount>
<Level>1</Level>
<LvlCnt>4</LvlCnt>
</DownLineLevelWiseCountOP>
<DownLineLevelWiseCountOP>
<CCount>2</CCount>
<DCount>3</DCount>
<Level>1</Level>
<LvlCnt>4</LvlCnt>
</DownLineLevelWiseCountOP>
</ArrayOfDownLineLevelWiseCountOP>