Sender Identification Priorities REST Endpoints
Channels/Sender Identification Priorities
The sender identification priorities resource is used to view, create, update, and delete identification priorities for channels.The sender identification priority is used to resolve a conflict if multiple party identifiers are found for a sender of a message.
- Create a sender priority sequence
- Method: postPath:
/crmRestApi/resources/11.13.18.05/channels/{ChannelId}/child/senderIdentificationPriorities - Delete a sender priority sequence
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/channels/{ChannelId}/child/senderIdentificationPriorities/{PrioritySequenceId} - Get all the sender priority sequences
- Method: getPath:
/crmRestApi/resources/11.13.18.05/channels/{ChannelId}/child/senderIdentificationPriorities - Get details of a sender priority sequence
- Method: getPath:
/crmRestApi/resources/11.13.18.05/channels/{ChannelId}/child/senderIdentificationPriorities/{PrioritySequenceId} - Update a sender priority sequence
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/channels/{ChannelId}/child/senderIdentificationPriorities/{PrioritySequenceId}