아래 API 테스트 위해서는 대출 신청 API 호출하여, ApplicationId가 존재하여야 테스트 가능하다.
대출 신청 등록 api 사용은 아래 포스팅에서 참조
https://charactermail.tistory.com/529
대출 신청 서류 업로드 (이미지 업로드)
POST / http://127.0.0.1:8080/applications/1/files
ApplicationId로 해당 applicationId에 저장된 대출 신청 서류 해당 명칭 것 가져오기 (이미지 조회)
GET / http://127.0.0.1:8080/applications/1/files?fileName=딸케2.jpg
ApplicationId로 해당 applicationId에 저장된 대출 신청 서류 전체 가져오기
GET / http://127.0.0.1:8080/applications/1/files/infos
ApplicationId로 해당 applicationId에 저장된 대출 신청 서류 전체
file 폴더 포함 하위 존재하는 파일들 전체 삭제하는 Rest API
DELETE / http://127.0.0.1:8080/applications/1/files
댓글