Adding contacts to SugarCRM via REST. How to set email?

跟風遠走 提交于 2019-12-10 17:34:17

问题


I managed to add a contact to SugarCRM using its set_entry REST API method. How do I add the contact's email ? As it seems that this is field from another related module (email). So how can i set that using SET entry method?


回答1:


Yeah well I added an email, email1 and email2 parameters in the name_value_parameters of set_entry on the Contact module and it worked too, with one single call.



来源:https://stackoverflow.com/questions/13126133/adding-contacts-to-sugarcrm-via-rest-how-to-set-email

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!