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