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