- Subcategories:
- Attachments
- Large Object (LOB) Attributes - CallNotes
Wrap Ups REST Endpoints
            
            Wrap Ups
            
        
        
    The wrap ups resource is used to view, create, and update the details of a media interaction. A wrap up is created at the end of an interaction, which is a child resource of the interaction. The object tracks outcome, reasons, notes, and other details related to the media interaction.
- Create a wrap up
- Method: postPath:/crmRestApi/resources/11.13.18.05/wrapUps
- Delete a wrap up
- Method: deletePath:/crmRestApi/resources/11.13.18.05/wrapUps/{SummaryId}
- Get a wrap up
- Method: getPath:/crmRestApi/resources/11.13.18.05/wrapUps/{SummaryId}
- Get all wrap ups
- Method: getPath:/crmRestApi/resources/11.13.18.05/wrapUps
- Update a wrap up
- Method: patchPath:/crmRestApi/resources/11.13.18.05/wrapUps/{SummaryId}