The EditSimplePredefinedAnswerItem() command updates the values of the item specified.
|
| Parameter | Type | Max Length | Required | Description |
|---|---|---|---|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
| predefinedAnswerGroupId | int | Y | The unique ID of the group. | |
| description | string | Y | The description text of the item. | |
| projectId | int | N | If not specified will appear against all projects. | |
| weight | decimal | N | Weight value optional but if not specified will default to 0. | |
| score | decimal | N | Optional score value. | |
| colour | string | N | must be in hexadecimal format eg: "#ffffff". | |
| parentID | int | N |
Returns
<FormResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<Id></Id>
</FormResponse>