ama_searchImportTables

Purpose:

Searches a specified column of  a custom import table for rows that match ID, firstName (and/or) lastName, or a search string and returns an array of the results.

Parameters (json array)

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

Notes

  • If the ID parameter is provided, the other parameters are ignored.

Results (json array)

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

Example

Click here for an example.

Leave a Reply