- Subcategories:
 - Attached Documents Descriptive Flexfield
 - Attachment Previews
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
Attachments REST Endpoints
            
            Consumer Chat Details/Attachments
            
        
        
    The attachments resource is used to view, create, and update attachments.
- Create an attachment
 - Method: postPath:
/crmRestApi/resources/11.13.18.05/svcConsumerChats/{EndUserSessionId}/child/Attachment - Delete an attachment
 - Method: deletePath:
/crmRestApi/resources/11.13.18.05/svcConsumerChats/{EndUserSessionId}/child/Attachment/{AttachmentUniqID} - Get all attachments
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/svcConsumerChats/{EndUserSessionId}/child/Attachment - Get an attachment
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/svcConsumerChats/{EndUserSessionId}/child/Attachment/{AttachmentUniqID} - Update an attachment
 - Method: patchPath:
/crmRestApi/resources/11.13.18.05/svcConsumerChats/{EndUserSessionId}/child/Attachment/{AttachmentUniqID}