Annotation 2.5 UpdateReply
Update a reply.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services, making this parameter redundant. |
| plReplyRef | Long | In | The unique numeric identifier of the reply |
| psXMLMetadata | String | In | Metadata XML structure with the metadata for the annotation |
| psXMLRequiredCurrentMetadata | String | In | Metadata XML structure with the metadata that object is required to have set currently. The update of the object is only carried out when the object has exactly the same metadata specification, i.e. the metadata was not changed by someone else. |
Requirements are:
- Only the user who created the reply or an 'Administrator' can update the reply text.
Note that:
- All logical identifiers within Content Manager are in uppercase.
- It is not possible to update annotations using this method. Use the specific
Updatemethod to handle them.