physicalinventoryQuantityinventoryPost method

Future<Response<bool>> physicalinventoryQuantityinventoryPost({
  1. required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryQuantityInventoryRequest? body,
})

Implementation

Future<chopper.Response<bool>> physicalinventoryQuantityinventoryPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryQuantityInventoryRequest?
  body,
}) {
  return _physicalinventoryQuantityinventoryPost(body: body);
}