The SetFormStatus() command allows the status for the given
form to be changed programmatically.
Table 1. Parameters
| Parameter |
Type |
Max Length |
Required |
Description |
| apiToken |
string |
20 |
Y |
Your API security token configured in Field
View. |
| formId |
string |
20 |
Y |
The unique ID of the form. |
| statusId |
integer |
|
Y |
The status ID to which the form status will be
changed. |
| comments |
string |
|
|
The comments that will be associated with the
change. |
| changeDate |
date |
|
Y |
The data on which the status has changed. |
| signed |
boolean |
|
|
A flag to indicate whether the status change has
been signed off. |
<FormsResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<Id></Id>
</FormsResponse>