関係RESTエンドポイント
Households/Relationships
関係リソースは、世帯関係を表示、作成および更新するために使用されます。 世帯関係は、従業員や役員など、パーティ間の相互接続です。
- 関係の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Relationship
- 関係の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Relationship/{RelationshipRecId}
- 関係の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Relationship/{RelationshipRecId}
- すべての関係の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Relationship
- 関係の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Relationship/{RelationshipRecId}