physicalinventoryPrintreconciliationreportPost method

Future<Response<bool>> physicalinventoryPrintreconciliationreportPost({
  1. required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintReconciliationReportRequest? body,
})

Implementation

Future<chopper.Response<bool>>
physicalinventoryPrintreconciliationreportPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintReconciliationReportRequest?
  body,
}) {
  return _physicalinventoryPrintreconciliationreportPost(body: body);
}