Uncategorized

Create/Edit an Account via REST API

There are numerous scenarios in which rows of data must be created into a Salesforce CRM via API. After reading this article, you will know how to create or edit a account via REST API.

1- Backend/Salesforce connection

Get Access Token :

  • Data Authentication  : 
  1. “Account” object interface definition
    1. Account fields list : 
  1. Selection values list : 
  • Gender : 
LabelAPI Name
FemeleF
MalM
OthersO

3- Account record creation


4- Updating an Account record

Leave a Reply

Your email address will not be published. Required fields are marked *