완료 문서 다운로드 URL
완료문서 다운로드 URL 생성
POST /rest/api/get-download-url
완료된 문서에 대해서 7일간 유효한 다운로드 url 제공
Headers
Name
Type
Description
apiKey*
String
apiKey
Request Body
Name
Type
Description
sharedKey*
String
계약서 생성 시 획득한 sharedKey
downloadFileType*
String
다운로드 받고자하는 파일의 타입
"C" : 완료PDF+참고파일,
"D" : 완료PDF
Response Example
{
"result":"success", // 결과 정보
"pdfUrl":"https://..." // 다운로드 URL, S3의 PresignedURL로 7일간 다운로드 가능.
}json
{
"timestamp": "2023-09-01T14:27:27.971+00:00",
"status": 400,
"error": "Bad Request",
"message": "[|COM_002]Invalid_Parameter|파라미터 정보가 정상적이지 않습니다.",
"path": "/rest/create-document"
}Last updated