POST api/Report/OrderReport
Documentation for 'OrderReport'.
Request Information
Parameters
| Name | Description | Additional 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-12-15T19:12:14.029126+01:00",
"to": "2025-12-15T19:12:14.029126+01: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-12-15T19:12:14.029126+01:00</From> <To>2025-12-15T19:12:14.029126+01:00</To> <Locale>sample string 5</Locale> </OrderReportParaVM>
application/x-www-form-urlencoded
Sample:
Sample not available.