Hi Shevan, Please find the final method list below:
*Deals * *listDeals *- Retrieves collection of deals which belongs to a user. *setDeal*- Updates a deal. *createDeal *- Creates a new deal. *getDealNotes *- Retrieves a list of notes of a specific deal *createDealNote *- Creates a new note for a specific deal. *getDealReminders *- Retrieves a list of reminders of a specific deal. *createDealReminder *- Creates a new reminder. *Contacts* *listContacts *- Retrieves a list of contacts. Will return all account contacts if authenticated user is an admin. Otherwise will return all of authenticated user's contacts and shared contacts of other users within the account. *setContact *- Updates contact information. *createContact *- Creates a new contact. Contact can be either an individual (e.x. Mark Johnson) or an organization (e.x. Google) *getContactNotes *- Retrieves a list of notes of a specific contact *createContactNote *- Creates a new note for a specific contact *getContactReminders *- Retrieves a list of reminders of a specific contact *createConatctReminder*- Creates a new reminder. *listContactDeals* - Retrieves collection of deals which belong to a contact. *Leads* *listLeads *- Retrieves a list of leads. Will return all account leads if authenticated user is an admin. Otherwise will return all of authenticated user's leads. *setLead *- Updates lead information. *createLead *- Creates a new lead. *deleteLead *- Removes a specific lead. Thanks & Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-BaseCRM-tp98354p98598.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
