diff --git a/src/Phpforce/SoapClient/Soap/SoapClient.php b/src/Phpforce/SoapClient/Soap/SoapClient.php index bd90617..36492fc 100755 --- a/src/Phpforce/SoapClient/Soap/SoapClient.php +++ b/src/Phpforce/SoapClient/Soap/SoapClient.php @@ -65,6 +65,7 @@ public function getSoapElements($complexType) { $types = $this->getSoapTypes(); if (isset($types[$complexType])) { + if (isset($types['sObject']['Id'])) $types[$complexType]['Id'] = $types['sObject']['Id']; return $types[$complexType]; } }