POST api/reporting/dataFileUsageReport/{tenantId}
Gets the data file usage report.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenantId |
The id of the tenant to get data file usage for. |
globally unique identifier |
Required |
Body Parameters
The list of campaign ids to get data file usage for.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "c4d09e63-8b4c-4d50-968c-193ff1a0a22a", "d0286427-1aee-45e7-8ab5-d500f9e38696" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>c4d09e63-8b4c-4d50-968c-193ff1a0a22a</guid> <guid>d0286427-1aee-45e7-8ab5-d500f9e38696</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.