Insert/Fetch/Edit sugarCRM records from Web form

REQUIRED: My requirement is passing record information from a web form into SugarCRM and either creating a new record or appending an action to an existing record. 

DONE SO FAR: I have installed sugarCRM on my server. And inserted the User through Users module using '..../service/v4/rest.php' by Curl request.

please let me know is this the right way to proceed. And ways to fetch abd edit sugarCRM records.  Thanks in Advance