Newer Version Available

This content describes an older version of this product. View Latest

Attachment Input: Existing Content

XML
In XML request bodies, attachmentType is an attribute of the <attachment> element.
1<attachment attachmentType="ExistingContent">
2   <contentDocumentId>069...</contentDocumentId>
3</attachment>
JSON
1{ "attachment": 
2   {
3      "attachmentType":"ExistingContent",
4      "contentDocumentId": "069D00000001FHF"
5   }
6}
Properties
Name Type Description Available Version
attachmentType String The attachment type. Must contain the value ExistingContent. 27.0
contentDocumentId String ID of the existing content 23.0