GET api/createtrafficreport?customerServiceName={customerServiceName}&boundness={boundness}&dateFrom={dateFrom}&dateTo={dateTo}&calledNumber={calledNumber}&callingNumber={callingNumber}&customerId={customerId}
Request for creation of filtered CDR report. In case of positive outcome it returns code that can be used to download file.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerServiceName |
Name of desired service for report generation. |
string |
Required |
boundness |
Inbound = 0, Outbound = 1. |
integer |
Required |
dateFrom |
Date format: YYYY-MM-DD. |
date |
Required |
dateTo |
Date format: YYYY-MM-DD. |
date |
Required |
calledNumber |
Called number to filter report generation. |
string |
None. |
callingNumber |
Calling number to filter report generation. |
string |
None. |
customerId |
Non required parameter for normal use. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
[String] - Code that can be used to download file.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.