POST api/reporting/dataFileUsageReport/{tenantId}

Gets the data file usage report.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 identifier

Request Formats

application/json, text/json

Sample:
[
  "f22faff2-a5a0-49cb-94b6-93c2f642bf41",
  "f46df27d-6222-4e92-8782-c8b50c884c0e"
]

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>f22faff2-a5a0-49cb-94b6-93c2f642bf41</guid>
  <guid>f46df27d-6222-4e92-8782-c8b50c884c0e</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.