subprofitabilityreportRunreportPost method

Implementation

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

  return _subprofitabilityreportRunreportPost(body: body);
}