添付のRESTエンドポイント
Households/Attachments
添付リソースは、世帯の添付の表示、作成、更新および削除に使用されます。 添付には、世帯に関する追加情報が含まれます。
- すべての添付の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Attachment
- 添付ファイルを取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Attachment/{AttachmentUniqID}
- 添付ファイルを削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Attachment/{AttachmentUniqID}
- 添付を置換
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Attachment/{AttachmentUniqID}
- 添付のアップロード
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/households/{PartyNumber}/child/Attachment