ProcFormActivate( int FormID, string AlternateID )
Activate an archived form.
Request
Request Data:
- (int) FormID (optional) – The ID of the form you want to activate.
- (int) FormID (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.