-->

Adding contacts to SugarCRM via REST. How to set e

2019-06-28 02:51发布

问题:

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.