関係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}