POST api/reporting/orders/bymonth

Retrieves a list of order counts by month that match the given criteria.

Request Information

URI Parameters

None.

Body Parameters

The criteria model to filter orders 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.