ハブ個人RESTエンドポイント
ハブ個人
ハブ個人リソースは、個人の表示、作成、更新および削除に使用されます。 個人は、ビジネス関係を持つエンティティです。
- 個人の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/hubPersons - 個人の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber} - 重複を検索
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/hubPersons/action/findDuplicates - 個人の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber} - すべての個人の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/hubPersons - 個人の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}