GET api/createbulktrafficreport?customerServiceId={customerServiceId}&boundness={boundness}&cdrStartId={cdrStartId}&cdrLength={cdrLength}&culture={culture}

Request for creation of filtered CDR report in bulk mode. In case of positive outcome it returns code that can be used to download file.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerServiceId

Id of desired service for report generation.

integer

Required

boundness

Boundness information: 0 = Inbound, 1 = Outbound.

integer

Required

cdrStartId

Initial Id to start from ConnectedCallDetailRecords to start.

integer

Required

cdrLength

Number of ConnectedCallDetailRecords item to include in report.

integer

Default value is 0

culture

Info language to use the correct format in date fields.

string

Default value is it

Body Parameters

None.

Response Information

Resource Description

[String] - Code that can be used to download file.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.