saleshistoryreportRunreportPost method

Implementation

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

  return _saleshistoryreportRunreportPost(body: body);
}