webclientdata send data to restserver

hi i get data vom a rest api, and user in web change data , insert or delete data.

how i can send update, instert or detele to the rest api ?

webconnection -> webclientdataset ?

When you have local changes in your dataset you want to process to sync with your (custom?) REST API server, call WebClientDataSet.ApplyUpdates and handle the requests via OnUpdateRecord event handler where the parameter ADescriptor.Status indicates what action to perform on the REST API for the record data that is passed as a JSON array via ADescriptor.Data