ProcFormArchive

ProcFormArchive(
   int FormID,
   string AlternateID
)

Archive a form.

Request

Request Data:

  • (int) FormID (optional) – The ID of the form you want to activate.
  • (int) AlternateID (optional) – The AlternateID of the form you want to activate.

Note: FormID and AlternateID are optional but at least one has to be provided. If both are provided FormID will be used.

{
   "FormID": <int>,
   "AlternateID": <string>
}

Response

{
   "Result": {
      "Success": <bool>
   }
}

Errors

  • Permission denied.
  • Form not found.