QuestionAnswerRequest
The QuestionAnswerRequest parameters are used by certain APIs.
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
FormID | string | 20 | The unique ID of the form the question is part of. | |
FormTemplateID | integer | The form template ID associated with the form question. | ||
AnswerText | string | The answer value. | ||
elementID | number | Applies only to question types 'Locations' and 'Form Locations'. Helps distinguish two or more Locations in a single Project that have the same name. |
If the AnswerText is mapped to an existing value, that existing value must already be present in the database. For example, when editing a Project People question, the person specified as the AnswerText must already be created.
<QuestionAnswerRequest>
<FormID></FormID>
<FormTemplateID></FormTemplateID>
<AnswerText></AnswerText>
</FormRequest>