진행 문서 뷰어 URL
진행 중인 문서 뷰어 URL 가져오기
POST /rest/api/get-waiting-url
정상 완료된 계약에 대해서 문서를 보거나 관련 파일을 다운로드할 수 있는 뷰어 url 제공
Headers
Name
Type
Description
apiKey*
String
apiKey
Request Body
Name
Type
Description
contractId*
Long
문서 ID
Response Example
{
"result":"success", // 결과 정보
"waitingUrl":"https://..." // 진행중인 문서 Viewer url
}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