• For API customization in SugarCRM

    Dear All, I want to customized Some input received in Sugar by Default API . How can I customized if ? And Also share the path of default API in SugarCRM used. For Example :- I have share a case crate API with portal user and I received regularly in…
  • Not able to upload contact picture via api

    Hi all I while ago I am sure I could upload a contacts picture using the following endpoint /rest/v11/Contacts/{{ID}}/file/picture and send this as a post request. I am now getting the following error pack from sugarcrm when I send a file with postman…
  • Creating a new SugarBean with a pre-created UUID

    I have a custom API endpoint that we use to send a large number of records at a time. The endpoint works for updating records and inserting new records without a pre-created UUID, but when we send records with a pre-created UUID, we get the UUID back…