GET api/Company/htmlreport?companyId={companyId}&start={start}&end={end}

Generates a company report based upon their contacts and the contacts' corresponding company interactions.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

integer

Default value is 0

start

Beginning of time range to use when compiling the report.

string

Default value is 1/1/2017

end

End of time range to use when compiling the report.

string

Default value is

Body Parameters

None.

Response Information

Resource Description

string

Response 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>