Closed cornernote closed 7 years ago
// create account XML echo (new Zoho\CRM\Entities\Account())->serializeXml(array( 'email' => 'test@test.com', )); // output // <Lead><Email>test@test.com</Email></Lead>
The XML should be wrapped in <Account> not <Lead>
<Account>
<Lead>
thanks will take a look today on this
The XML should be wrapped in
<Account>
not<Lead>