Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BedrosovaYulia/fa4dd6845f68e5b08760088207bc3696 to your computer and use it in GitHub Desktop.
Save BedrosovaYulia/fa4dd6845f68e5b08760088207bc3696 to your computer and use it in GitHub Desktop.
<?
$ct=new CCrmContact(false);
$arParams = array('HAS_PHONE'=>'Y');
$arParams['FM']['PHONE'] = array(
'n0' => array(
'VALUE_TYPE' => 'WORK',
'VALUE' => '12345678',
)
);
$ct->Update(1400,$arParams);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment