physicalinventoryPrintdiscrepancyreportPost method

Future<Response<bool>> physicalinventoryPrintdiscrepancyreportPost({
  1. required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintDiscrepancyReportRequest? body,
})

Implementation

Future<chopper.Response<bool>> physicalinventoryPrintdiscrepancyreportPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintDiscrepancyReportRequest?
  body,
}) {
  return _physicalinventoryPrintdiscrepancyreportPost(body: body);
}