Multi-Channel Adapter Toolbars REST Endpoints

Multi-Channel Adapter Toolbars
The multi-channel adapter toolbars resource is used to view, create, update, and delete toolbars used by the multi-channel adapter framework. It provides configuration of multi-channel adapter toolbars. It support telephony, chat, and other real time integrations.
Create all toolbars
Method: post
Path: /crmRestApi/resources/11.13.18.05/multiChannelAdapterToolbars
Delete a toolbar
Method: delete
Path: /crmRestApi/resources/11.13.18.05/multiChannelAdapterToolbars/{ToolbarId}
Get a toolbar
Method: get
Path: /crmRestApi/resources/11.13.18.05/multiChannelAdapterToolbars/{ToolbarId}
Get all toolbars
Method: get
Path: /crmRestApi/resources/11.13.18.05/multiChannelAdapterToolbars
Update a toolbar
Method: patch
Path: /crmRestApi/resources/11.13.18.05/multiChannelAdapterToolbars/{ToolbarId}