添付のRESTエンドポイント
ハブ個人/添付
個人添付リソースは、個人の添付の表示、作成、更新および削除に使用されます。
- 添付の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/Attachment
- 添付の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/Attachment/{AttachmentUniqID}
- すべての添付の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/Attachment
- 添付ファイルを取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/Attachment/{AttachmentUniqID}
- 添付の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/Attachment/{AttachmentUniqID}