transferorderreportRunreportPost method

Implementation

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

  return _transferorderreportRunreportPost(body: body);
}