physicalinventoryRecountinventoryPost method

Future<Response<bool>> physicalinventoryRecountinventoryPost({
  1. required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountInventoryRequest? body,
})

Implementation

Future<chopper.Response<bool>> physicalinventoryRecountinventoryPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountInventoryRequest?
  body,
}) {
  return _physicalinventoryRecountinventoryPost(body: body);
}