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: post
Path: /crmRestApi/resources/11.13.18.05/wrapUps
Delete a wrap up
Method: delete
Path: /crmRestApi/resources/11.13.18.05/wrapUps/{SummaryId}
Get a wrap up
Method: get
Path: /crmRestApi/resources/11.13.18.05/wrapUps/{SummaryId}
Get all wrap ups
Method: get
Path: /crmRestApi/resources/11.13.18.05/wrapUps
Update a wrap up
Method: patch
Path: /crmRestApi/resources/11.13.18.05/wrapUps/{SummaryId}