ama_setImportTablesMatchedInd

Purpose:

Sets a row in an UBERBase import table to “Matched” to remove it from the work list.

Parameters (json array)

  • serviceName (string) = “ama”
  • function (string) = “ama_setImportTablesMatchedInd”
  • tableName (string)
  • firstName (string)
  • lastName (string)
  • ID (string)

Notes

  • The table name can be any UBERBase import table with a structure that includes a unique ID and a column called MatchedInd (matched indicator)

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.