POST api/Report/DashBordCount
Request Information
URI Parameters
None.
Body Parameters
Commodity| Name | Description | Type | Additional information |
|---|---|---|---|
| Commodity | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Commodity": "sample string 1"
}
application/xml, text/xml
Sample:
<Commodity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models"> <Commodity>sample string 1</Commodity> </Commodity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SPStateWiseCount_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalIndentQty | integer |
None. |
|
| TotalSuppliedQty | integer |
None. |
|
| BalanceQty | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TotalIndentQty": 1,
"TotalSuppliedQty": 1,
"BalanceQty": 1
},
{
"TotalIndentQty": 1,
"TotalSuppliedQty": 1,
"BalanceQty": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSPStateWiseCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models">
<SPStateWiseCount_Result>
<BalanceQty>1</BalanceQty>
<TotalIndentQty>1</TotalIndentQty>
<TotalSuppliedQty>1</TotalSuppliedQty>
</SPStateWiseCount_Result>
<SPStateWiseCount_Result>
<BalanceQty>1</BalanceQty>
<TotalIndentQty>1</TotalIndentQty>
<TotalSuppliedQty>1</TotalSuppliedQty>
</SPStateWiseCount_Result>
</ArrayOfSPStateWiseCount_Result>