physicalinventorycountsheetreportRunreportPost method

Implementation

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

  return _physicalinventorycountsheetreportRunreportPost(body: body);
}