Portal/Instance_Identifier: sg-driscollpocv2
Base URLs:
Staging: https://(Instance_Identifier).demo.sugarcrm.com/rest/v11
Production: https://(Instance_Identifier).demo.sugarcrm.com/rest/v11
Table of Contents
Account Endpoint
Create an Account: (POST)
[BaseURL]/Accounts
Delete an Account: (DELETE)
[BaseURL]/Accounts/{Id}
Find an account by Email: (POST)
[BaseURL]/Accounts/filter
Get an Account: (GET)
[BaseURL]/Accounts/
Update an Account: (GET)
[BaseURL]/Accounts/{this.Id}
Contact Endpoint
Find a contact: (POST)
[BaseURL]/Contacts/filter
Create a Contact: (POST)
[BaseURL]/Contacts
Update a Contact: (PUT)
[BaseURL] /Contacts/ + Id
Delete a Contact: (DELETE)
[BaseURL] /Contacts/ + Id
Web Hook Endpoint
Create a Web Hook Logic: (POST)
[BaseURL]/WebLogicHooks
Find a Web Hook Logic: (GET)
[BaseURL]/WebLogicHooks?offset={0}&max_num={1}
Delete a Web Hook Logic: (DELETE)
[BaseURL]/WebLogicHooks/{0}
