physicalinventoryprescanprogressreportRunreportPost method

Implementation

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

  return _physicalinventoryprescanprogressreportRunreportPost(body: body);
}