physicalinventoryrecountanalysisreportRunreportPost method

Implementation

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

  return _physicalinventoryrecountanalysisreportRunreportPost(body: body);
}