REST Datasource connection to External system

Hi Mayank, are you saying that this is, essentially, a “write-only” model, where you don’t need to query at all, you just need to perform an “insert”? If so, then you just need to have one Insert Method on your REST Model, whose HTTP Verb is set to POST. You don’t need a Query Method. You can manually define each field that you want to send to be in your Skuid Model, and therefore be in the POST body, just by clicking “Add Field” on the Model, then manually configure the Display Type of each field (e.g. text, boolean, number, etc.). At runtime, when you Save this Model, the POST request will be made.