physicalinventoryCountserialnumberPost method
Implementation
Future<chopper.Response<bool>> physicalinventoryCountserialnumberPost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountSerialNumberRequest?
body,
}) {
return _physicalinventoryCountserialnumberPost(body: body);
}