Omnichannel Properties REST Endpoints
Omnichannel Properties
The omnichannel properties resource is used to create, get, and delete properties pertinent to channel types. Each channel type is described as real-time or non-real-time and designated to a media type.
- Create an omnichannel property
- Method: postPath:
/crmRestApi/resources/11.13.18.05/omniChannelProps - Delete an omnichannel property
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/omniChannelProps/{ChannelPropId} - Get all omnichannel properties
- Method: getPath:
/crmRestApi/resources/11.13.18.05/omniChannelProps - Get an omnichannel property
- Method: getPath:
/crmRestApi/resources/11.13.18.05/omniChannelProps/{ChannelPropId} - Update an omnichannel property
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/omniChannelProps/{ChannelPropId}