- Subcategories:
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
Account Attachments REST Endpoints
    
        Accounts/Account Attachments
    
The account attachments resource is used to view, create, update, and delete attachments of an account. An attachment includes additional information about an account.
- Get all attachments
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Attachment - Get an attachment
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Attachment/{AttachmentUniqID} - Remove an attachment
 - Method: deletePath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Attachment/{AttachmentUniqID} - Replace an attachment
 - Method: patchPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Attachment/{AttachmentUniqID} - Upload an attachment
 - Method: postPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Attachment