Conversations REST Endpoints

Conversations
The conversations resource is used to view and update the conversations between multiple people.
Create a conversation
Method: post
Path: /crmRestApi/resources/11.13.18.05/conversations
Delete a conversation
Method: delete
Path: /crmRestApi/resources/11.13.18.05/conversations/{ConversationNumber}
Get a conversation
Method: get
Path: /crmRestApi/resources/11.13.18.05/conversations/{ConversationNumber}
Get all conversations
Method: get
Path: /crmRestApi/resources/11.13.18.05/conversations
Update a conversation
Method: patch
Path: /crmRestApi/resources/11.13.18.05/conversations/{ConversationNumber}