ama_insertImportTableRecord

Purpose:

Insert a row into an UBERBase import table.

Parameters (json array)

  • serviceName (string) = “ama”
  • function (string) = “ama_insertImportTableRecord”
  • tableName (string)
  • ID (string)
  • Key/Value pairs for each column with data.

Notes

  • The table name can be any UBERBase import table.
  • If the ID is provided, the row is updated.

Results (json array)

  • Status (string).  (“0″=Success, “1”=Not Successfull)
  • statusMessage (string) (“Empty”,”Results”)
  • data (json array) (the results if not empty)

Example

Click here for an example.

Leave a Reply