­Home‎ > ‎

Update record (EDIT)

Overview 


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

URI

/app/api/v1/update


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

recordReferenceId

String

True

Id of the record

model

JSON

True

Object JSON whit list of fields to save




Request Body

{

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

 "formId": "58e708a22353a31bdd16155b",

 "recordReferenceId": "58f7f8255f4fceb8184d1362",

 "model":{

   "text2039": "Remastered issue A",

   "text2003": "Remastered issue B",

   "text2042": "00000 issue"

 }

}





Request Result