Outbound Messages REST Endpoints

Outbound Messages
The outbound messages resource is used to view, create, update, and delete an outbound message. It's used to get the description of the root outbound message resource.
Create an outbound message
Method: post
Path: /crmRestApi/resources/11.13.18.05/outboundMessages
Create an outbound message for a business object
Method: post
Path: /crmRestApi/resources/11.13.18.05/outboundMessages/action/getMessageDetails
Delete an outbound message
Method: delete
Path: /crmRestApi/resources/11.13.18.05/outboundMessages/{OutboundMessageId}
Get all outbound messages
Method: get
Path: /crmRestApi/resources/11.13.18.05/outboundMessages
Get an outbound message
Method: get
Path: /crmRestApi/resources/11.13.18.05/outboundMessages/{OutboundMessageId}
Update an outbound message
Method: patch
Path: /crmRestApi/resources/11.13.18.05/outboundMessages/{OutboundMessageId}