SugarCRM Revenue Lines
Connector name:SugarCRM Revenue Lines
Table name: RevenueLineItems
API documentation link: https://support.sugarai.com/documentation/sugar_developer/sugar_developer_guide_25.1/integration/web_services/rest_api/endpoints/modulerecord_get/
Additional details: Sugar uses the same API get command for any module, simply adding the module to the end. In this case, instead of using /Opportunities, use /RevenueLineItems. The catch is you need to call each revenue line individually to pull all fields, so you need to pull the list using filters, and then pagent through the list and pull each line.
Please sign in to leave a comment.
Comments
0 comments