서명하기 URL
서명하기 URL 가져오기
POST /rest/api/get-signing-url
진행 중인 계약에 대해서 서명 참여자 기준으로 발급되는 뷰어 url 제공
Headers
Name
Type
Description
apiKey*
String
apiKey
Request Body
Name
Type
Description
contractorId*
Long
서명 참여자 ID
Response Example
{
"result":"success", // 결과 정보
"signingUrl":"https://..." // 서명하기 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