GET api/Company/GetReportContactBased/{companyid}/{startdate}/{enddate}
Generates a company report based upon their contacts and the contacts' corresponding company interactions.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyid | integer |
Required |
|
startdate |
Beginning of time range to use when compiling the report. |
string |
Default value is 1/1/2017 |
enddate |
End of time range to use when compiling the report. |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>