orderreportRunreportPost method

Implementation

Future<chopper.Response<WebApiDataAppReportResponse>>
orderreportRunreportPost({
  required WebApiModulesReportsOrderReportsOrderReportOrderReportRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiDataAppReportResponse,
    () => WebApiDataAppReportResponse.fromJsonFactory,
  );

  return _orderreportRunreportPost(body: body);
}