POST Dashboard/GetKPIWiseCompanyCount
Request Information
URI Parameters
None.
Body Parameters
KPICompanyWiseFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IndustryIds | string |
None. |
|
| FinancialYear | integer |
None. |
|
| CountryIds | string |
None. |
|
| IsLimestone | boolean |
None. |
|
| MetricType | string |
None. |
|
| IsTopKPI | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IndustryIds": "sample string 1",
"FinancialYear": 2,
"CountryIds": "sample string 3",
"IsLimestone": true,
"MetricType": "sample string 5",
"IsTopKPI": "sample string 6"
}
application/xml, text/xml
Sample:
<KPICompanyWiseFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.REST.Models"> <CountryIds>sample string 3</CountryIds> <FinancialYear>2</FinancialYear> <IndustryIds>sample string 1</IndustryIds> <IsLimestone>true</IsLimestone> <IsTopKPI>sample string 6</IsTopKPI> <MetricType>sample string 5</MetricType> </KPICompanyWiseFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |