POST api/Report/OrderReport

Documentation for 'OrderReport'.

Request Information

Parameters

NameDescriptionAdditional information
data
Documentation for 'data'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "resellerId": 1,
  "reportType": 2,
  "from": "2025-04-30T13:59:26.3853553+02:00",
  "to": "2025-04-30T13:59:26.3853553+02:00",
  "locale": "sample string 5"
}

application/xml, text/xml

Sample:
<OrderReportParaVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResellerId>1</ResellerId>
  <ReportType>2</ReportType>
  <From>2025-04-30T13:59:26.3853553+02:00</From>
  <To>2025-04-30T13:59:26.3853553+02:00</To>
  <Locale>sample string 5</Locale>
</OrderReportParaVM>

application/x-www-form-urlencoded

Sample:

Sample not available.