Dear All,
please tell the process of making any module's API of SugarCRM. I am new user of SugarCRM.
Thanks;
Dear All,
please tell the process of making any module's API of SugarCRM. I am new user of SugarCRM.
Thanks;
Hello Suraj Kumar,
A good place to start is our support documentation about REST API:
https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_12.0/Integration/Web_Services/REST_API/
Here you can find some common scenarios in PHP or BASH:
https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_12.0/Cookbook/Web_Services/REST_API/
The full list of versioned endpoints can be found by accessing the following link on your Sugar instance
https://<yourSugarInstanceURL>/rest/v11/help
If you have a scenario where you need to implement a custom endpoint . This is the documentation to follow:
https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_12.0/Integration/Web_Services/REST_API/Extending_Endpoints/
If you are looking for assistance on a specific scenario please let us know.
Cheers,
André
Thanks Andre for your response.
Thanks Andre for your response.