­Home‎ > ‎

Create record (SAVE)

Overview 


Create a record on the specified formID, the user who generated the token must have Create access on this form.

URI

/app/api/v1/create


Method

POST


Header

Param

Value

Host

https://app.aeegle.com

Content-type

application/json;charset=UTF-8



Request Parameters

Param

Type Value

Required

Description

authToken

String

True

Valid token

formId

String

True

Id of the form

model

JSON

True

Object JSON whit list of fields to save




Request Body

{


 "authToken": "GzH4Sfas3RbsSQBYmCUuVi+CL7WmBZE916rhg==",

 "formId": "58e708a22353a31bdd16155b",

 "model":{

   "text2039": "text2039 Value",

   "text2003": "text2003 Value",

   "text2042": "text2042 Value"

  }

}





Response