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 :

- “Account” object interface definition
- Account fields list :

- Selection values list :
- Gender :
Label | API Name |
Femele | F |
Mal | M |
Others | O |
3- Account record creation



4- Updating an Account record


