DocsUPDATE - Modify
U

UPDATE - Modify

Section Guide

Update existing records.

Module Interface
POST
/wb/
Parameters
Handshake Required
Name & TypeValues / Description
methodRequired
string (body)

"UPDATE"

tableRequired
string (body)

Table name.

whereRequired
string (body)

SQL WHERE clause.

act
string (body)

Set to "true" to Insert if Update fails.

200 OKSuccess Response Object
application/json
{"err":false,"msg":"Data updated!","code":200}