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