extra data

Hi Sam ,

I need to use findkey or advancedsearch function. I want the function to return extra data information. Is it possible?

Hi Sam

I have emailed you my all input and output. I do not know how to make getdetails function work. I am getting product key not found error.

I did try with hardcoded key input and still get the same error.

SimpleXMLElement Object ( [@attributes] => Array ( [stat] => fail ) [err] => SimpleXMLElement Object ( [@attributes] => Array (

 => 1 [msg] => Invalid pkey_id - product key not found. ) ) )


$txml = new SimpleXMLElement(LimeLM::GetPKeyDetails('XXXXXXXXXXXXXXXXXXXXXXXX'));


-------------------------GetPKeyDetails-------------------------------------------------public static function GetPKeyDetails($pkey_id)	{		$post_data = array(			'method' => 'limelm.pkey.getDetails',			'pkey_id' => $pkey_id		);


		return self::PostRequest($post_data);	}

Don't pass in a product key. Pass in the product key ID. See the function definition: https://wyday.com/limelm/help/api/limelm.pkey.getDetails/

To get the product key id: https://wyday.com/limelm/help/api/limelm.pkey.getID/