profitlossreportRunreportPost method

Future<Response<WebApiDataAppReportResponse>> profitlossreportRunreportPost({
  1. required WebApiModulesReportsBillingProfitLossReportProfitLossReportRequest? body,
})

Implementation

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

  return _profitlossreportRunreportPost(body: body);
}