GET api/Company/GetCompanyCountBySector/{sectorid}
Returns the count for the number of companysectors for a given sectorid. Will return an empty object if id not found
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sectorid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>