機械翻訳について

関係RESTエンドポイント

ハブ組織/関係
関係リソースは、関係の表示、作成、更新および削除に使用されます。 関係の作成または更新時に値を格納するために使用される属性を含むオブジェクトです。 このオブジェクトには、アカウント、担当者、世帯などの2つのエンティティ間の関係を定義および分類する属性が格納されます。
関係の作成
メソッド: post
パス: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/Relationship
関係の削除
メソッド: delete
パス: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/Relationship/{RelationshipRecId}
関係の取得
メソッド: get
パス: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/Relationship/{RelationshipRecId}
すべての関係の取得
メソッド: get
パス: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/Relationship
関係の更新
メソッド: patch
パス: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}/child/Relationship/{RelationshipRecId}