POST FADashboard/GetFilteredPeersV1
Request Information
URI Parameters
None.
Body Parameters
FilteredPeers| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | integer |
None. |
|
| countryIds | string |
None. |
|
| fyMin | integer |
None. |
|
| fyMax | integer |
None. |
|
| industryIds | string |
None. |
|
| currency | integer |
None. |
|
| peerType | string |
None. |
|
| selectedTargetCompanyId | integer |
None. |
|
| totalRevenueRangeFrom | decimal number |
None. |
|
| totalRevenueRangeTo | decimal number |
None. |
|
| totalEBITDARangeFrom | decimal number |
None. |
|
| totalEBITDARangeTo | decimal number |
None. |
|
| metricArray | MetricFilterObject |
None. |
|
| pageSize | integer |
None. |
|
| pageNo | integer |
None. |
|
| SortColumn | string |
None. |
|
| SortOrder | string |
None. |
|
| SearchByNameAndSymbol | string |
None. |
|
| SearchByDesc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"companyId": 1,
"countryIds": "sample string 1",
"fyMin": 1,
"fyMax": 1,
"industryIds": "sample string 2",
"currency": 1,
"peerType": "sample string 3",
"selectedTargetCompanyId": 4,
"totalRevenueRangeFrom": 1.0,
"totalRevenueRangeTo": 1.0,
"totalEBITDARangeFrom": 1.0,
"totalEBITDARangeTo": 1.0,
"metricArray": {
"MetricId": 1,
"Operator": "sample string 2",
"MetricValue": 1.0,
"MetricUnit": "sample string 3",
"MetricValueEnd": 1.0
},
"pageSize": 5,
"pageNo": 6,
"SortColumn": "sample string 7",
"SortOrder": "sample string 8",
"SearchByNameAndSymbol": "sample string 9",
"SearchByDesc": "sample string 10"
}
application/xml, text/xml
Sample:
<FilteredPeers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.REST.Models">
<SearchByDesc>sample string 10</SearchByDesc>
<SearchByNameAndSymbol>sample string 9</SearchByNameAndSymbol>
<SortColumn>sample string 7</SortColumn>
<SortOrder>sample string 8</SortOrder>
<companyId>1</companyId>
<countryIds>sample string 1</countryIds>
<currency>1</currency>
<fyMax>1</fyMax>
<fyMin>1</fyMin>
<industryIds>sample string 2</industryIds>
<metricArray xmlns:d2p1="http://schemas.datacontract.org/2004/07/DUA.Data.EDMX.DUA">
<d2p1:MetricId>1</d2p1:MetricId>
<d2p1:MetricUnit>sample string 3</d2p1:MetricUnit>
<d2p1:MetricValue>1</d2p1:MetricValue>
<d2p1:MetricValueEnd>1</d2p1:MetricValueEnd>
<d2p1:Operator>sample string 2</d2p1:Operator>
</metricArray>
<pageNo>6</pageNo>
<pageSize>5</pageSize>
<peerType>sample string 3</peerType>
<selectedTargetCompanyId>4</selectedTargetCompanyId>
<totalEBITDARangeFrom>1</totalEBITDARangeFrom>
<totalEBITDARangeTo>1</totalEBITDARangeTo>
<totalRevenueRangeFrom>1</totalRevenueRangeFrom>
<totalRevenueRangeTo>1</totalRevenueRangeTo>
</FilteredPeers>
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. |