physicalinventorydiscrepancyreportRunreportPost method

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
physicalinventorydiscrepancyreportRunreportPost({
  required WebApiModulesReportsPhysicalInventoryReportsPhysicalInventoryDiscrepancyReportPhysicalInventoryDiscrepancyReportRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerFwJsonDataTable,
    () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
  );

  return _physicalinventorydiscrepancyreportRunreportPost(body: body);
}