FormRequest

The FormRequest parameters are returned by certain APIs.

Table 1. Parameters
Parameter Type Max Length Allow NULL Description
FormTemplateID integer The unique ID of the form template.
OrganisationID integer The organization ID to which the form will be assigned.
PersonID string 20 The person ID that indicates the form contributor.
ProjectID integer The project ID to which the form will be assigned.
ElementID integer yes The optional element ID to which the form will be assigned. If not specified, the default element will be used.
<FormRequest>
       <FormTemplateID></FormTemplateID>
       <OrganisationID></OrganisationID>
       <PersonID></PersonID>
       <ProjectID></ProjectID>
	<ElementID></ElementID>
</FormRequest>