physicalinventoryRecountUpdatePut method

Future<Response<bool>> physicalinventoryRecountUpdatePut({
  1. required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest? body,
})

Implementation

Future<chopper.Response<bool>> physicalinventoryRecountUpdatePut({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest?
  body,
}) {
  return _physicalinventoryRecountUpdatePut(body: body);
}