Developer Forum [ All Topics | New Topic ]

Thread: How to pass multiple shape and Fluro value in single array

my current array
$params = array(
      'Username' => '****',
      'Password' => '***',
      'FeedID' => ***,
      'Shape' => 'ROUND',
      'SizeFrom' => 0.01,
      'SizeTo' => 10.00,
      'ColorFrom' => 'D',
      'ColorTo' => 'K',
      'ClarityFrom' => 'IF',
      'ClarityTo' => 'VS2',
      'CutFrom' => 'EXCELLENT',
      'CutTo' => 'GOOD',
      'PriceFrom' => '1',
      'PriceTo' => '9999999',
      'Page' => 1,
      'PageSize' => 10,
      'FluorescenceIntensityTitle'=>'Very Slight',
      'DiamondsFound' => 0);

calling webservice
$result1 = $client->call('GetStones', array($params), 'https://technet.rapaport.com/GetStones','https://technet.rapaport.com/GetStones');

and in the result i m getting result but i need how to pass multiple shape and flurotitle value

i.e i need multiple shape records
currently in the above code i have used only Round shape record
now i want to use multiple shape in above array so how to do this

i have tried
'Shape' => 'ROUND,PEAR',
but this is not working
please help me for this problem
Thanks



>> add a comment
Mahendra Pumbhadiya
09/25/2012 02:16