createinvoiceprocessreportRunreportPost method

Implementation

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

  return _createinvoiceprocessreportRunreportPost(body: body);
}