POST api/reporting/campaigns

Retrieves a list of campaign reports that match the given criteria.

Request Information

URI Parameters

None.

Body Parameters

The criteria model to filter campaigns by.

PayReportingCriteria
NameDescriptionTypeAdditional information
StatusName

string

None.

DateFrom

date

None.

DateTo

date

None.

UserId

globally unique identifier

None.

TenantId

globally unique identifier

None.

OrganisationId

globally unique identifier

None.

Request Formats

application/json, text/json, 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.