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