I create a multitsig address and imported address in Node 1 and Node 2. Now I'm trying to do a getaddress true. I get the following result.    
{
        "address" : "4959EiF1S9ecS7sXQ1fq4jKEmzhVQkbthZ86iw",
        "ismine" : false,
        "iswatchonly" : true,
        "isscript" : true,
        "script" : "nonstandard",
        "hex" : "",
        "addresses" : [
        ],
        "account" : "",
        "synchronized" : true
    }
My query is how do I perform a preparelockunspentfrom on this Multisig address.