機械翻訳について

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