関係RESTエンドポイント
Accounts/Relationships
関係リソースは、アカウント関係を表示、作成および更新するために使用されます。 取引先関係は、取引先と取引先の担当者との間の相互接続です。
- 関係の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Relationship
- 関係の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Relationship/{RelationshipRecId}
- 関係の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Relationship/{RelationshipRecId}
- すべての関係の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Relationship
- 関係の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/Relationship/{RelationshipRecId}