Hi all,
I have planned to develop $subject as described below.

Introduction

Salesforce provides programmatic access to sn organization’s information
using simple, powerful, and secure application programming interfaces using
simple RESTful HTTP interfaces

Salesforce REST API methods

1.Records:

    Creates one or more records.

    Updates one or more existing records.

    In a single operation updates existing records and insert a new
record(Upsert).

    Searches for a record.

    Retrieves data from an object.

    Retrieves a specific record.

    Deletes one or more records.

    Restores records.



2.Users:

    Get information about the currently logged-in user.

    Changes a user’s password

    Changes and specify the new password.



3.Email:

    Creates and send an Email.

    Sends Email that have already drafted

4.Terminates:

    Creates to Logout from salesforce and close the current connection.

    Creates to emptying the Recycle bin

5.Objects:

    Creates tto get the objects are available in the system.

    Creates to ea metadata for a specific object type.

    Creates to get metadata  for multiple object types.

6.Approvals:

    Creates to get a list of all approval process.

    Creates to submit a record for approval.

    Creates to approve a record.

    Creates to reject a record.



7.Process Rules:

    Creates to get a list of process rules.

    Creates to get a particular process rule.


Salesforce REST API using Oauth2 as its authentication mechanism.

The detailed explanation about all those above methods can be found in the
following link[1] and find the attached milestone plan below[2]
[2]:
https://docs.google.com/spreadsheets/d/1IH5PdN2StDQ9LD215IddpAyWjY_mQJRoza6xFZUNTqE/edit#gid=0

[1]:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/






-- 


*Thank you and Regards**Hariprasath Thanarajah*
Associate Software Engineer | WSO2
E: [email protected]
M: +94752806528




-- 


*Thank you and Regards**Hariprasath Thanarajah*
Associate Software Engineer | WSO2
E: [email protected]
M: +94752806528
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to