I can show the FactorDate item with the following code.
$response=json_decode($response->getBody());
foreach($response as $product)
{
echo $product->FactorDate;
}
but I can not show the Price item. please guide me.
[ { "CustomerCode": 101, "FactorNumber": 53, "FactorDate": 14010201, "FactorDetails": [ { "ProductCode": 21901, "Count": 15, "Price": 96000000, "VisitorID": 0 } ] } ]