送信者識別優先度RESTエンドポイント
チャネル/送信者識別優先度
送信者識別優先度リソースを使用して、channels.The送信者識別優先度の識別優先度を表示、作成、更新および削除します。これは、メッセージの送信者に複数のパーティ識別子が見つかった場合の競合を解決するために使用されます。
- 送信者優先度順序の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/channels/{ChannelId}/child/senderIdentificationPriorities
- 送信者優先度順序の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/channels/{ChannelId}/child/senderIdentificationPriorities/{PrioritySequenceId}
- すべての送信者優先度シーケンスを取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/channels/{ChannelId}/child/senderIdentificationPriorities
- 送信者優先度順序の詳細の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/channels/{ChannelId}/child/senderIdentificationPriorities/{PrioritySequenceId}
- 送信者優先度順序の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/channels/{ChannelId}/child/senderIdentificationPriorities/{PrioritySequenceId}