cdd_updateForm

Purpose:

Updates the Form record

Service Parameters (json array)

  • serviceName (string) = “dictionary”
  • function (string) = “cdd_updateForm”

Parameters

  • mode (string) = update, create
  • dataElement (string ) = column name to update (not required for create)
  • value (string) = value (not required for create)

  • Results (json array)

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

    Example

    Click here for an example.

Leave a Reply