POST FADashboard/GetCompanyCountByMetricTemplateName

Request Information

URI Parameters

None.

Body Parameters

CompanyCount
NameDescriptionTypeAdditional information
metricTemplateName

Collection of string

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.

selectedCompanyId

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "metricTemplateName": [
    "sample string 1",
    "sample string 2"
  ],
  "fy": [
    1,
    2
  ],
  "industry": [
    1,
    2
  ],
  "location": [
    "sample string 1",
    "sample string 2"
  ],
  "totalRevenueRangeFrom": 1,
  "totalRevenueRangeTo": 1,
  "totalEBITDARangeFrom": 1,
  "totalEBITDARangeTo": 1,
  "currencyId": 1,
  "selectedCompanyId": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<CompanyCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.REST.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>
  <metricTemplateName xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </metricTemplateName>
  <selectedCompanyId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </selectedCompanyId>
  <totalEBITDARangeFrom>1</totalEBITDARangeFrom>
  <totalEBITDARangeTo>1</totalEBITDARangeTo>
  <totalRevenueRangeFrom>1</totalRevenueRangeFrom>
  <totalRevenueRangeTo>1</totalRevenueRangeTo>
</CompanyCount>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.