customerrevenuebymonthreportRunreportPost method

Implementation

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

  return _customerrevenuebymonthreportRunreportPost(body: body);
}