Adds a link to the documents expressions dictionary.
POST <webiURL>/documents/{documentId}/links
Where:
Request body:
<link> <name/>new link</name> <linkedExpressions> <linkedExpression id="..."/> </linkedExpressions> </link>
Response type:application/xml or application/json
The response is a message stating the success or failure of the request.
POST <webiURL>/documents/3422/attachments
Request body:
<link> <name>new link</name> <linkedExpressions> <linkedExpression id="DP0.DObc"/> <linkedExpression id="DP1.DObc"/> </linkedExpressions> </link>
Response:
<success> <message>The resource of type 'Link' with identifier 'L6' has been successfully created.</message> <id>L6</id> </success>