POST FADashboard/getConsolidatedKPIs
Request Information
URI Parameters
None.
Body Parameters
ConsolidatedKPIsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| metricIds | Collection of integer |
None. |
|
| fy | Collection of integer |
None. |
|
| industry | Collection of integer |
None. |
|
| location | Collection of string |
None. |
|
| totalRevenueRangeFrom | integer |
None. |
|
| totalRevenueRangeTo | integer |
None. |
|
| totalEBITDARangeFrom | integer |
None. |
|
| totalEBITDARangeTo | integer |
None. |
|
| currencyId | integer |
None. |
|
| selectedCompanyIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"metricIds": [
1,
2
],
"fy": [
1,
2
],
"industry": [
1,
2
],
"location": [
"sample string 1",
"sample string 2"
],
"totalRevenueRangeFrom": 1,
"totalRevenueRangeTo": 1,
"totalEBITDARangeFrom": 1,
"totalEBITDARangeTo": 1,
"currencyId": 1,
"selectedCompanyIds": [
1,
2
]
}
application/xml, text/xml
Sample:
<ConsolidatedKPIsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.Data.Models">
<currencyId>1</currencyId>
<fy xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</fy>
<industry xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</industry>
<location xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</location>
<metricIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</metricIds>
<selectedCompanyIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</selectedCompanyIds>
<totalEBITDARangeFrom>1</totalEBITDARangeFrom>
<totalEBITDARangeTo>1</totalEBITDARangeTo>
<totalRevenueRangeFrom>1</totalRevenueRangeFrom>
<totalRevenueRangeTo>1</totalRevenueRangeTo>
</ConsolidatedKPIsInput>
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. |