전자서명 템플릿 대량계약 페이지 API
전자서명 템플릿 대량계약 기능은 기본적으로 프릭스 서비스를 통해 사용할 수 있지만, API를 통해서 페이지 URL을 얻어 사용할 수도 있습니다.
API 응답으로 대량계약 페이지의 url을 내려주며, 해당 경로를 새 창이나 새 탭으로 띄워서 대량계약을 진행할 수 있습니다.
참여자가 한 명인 템플릿으로만 대량계약을 이용할 수 있습니다.
POST
kit-api/v1/signature-templates/[key]/bulk-url
POST
kit-api/v1/signature-templates/[key]/bulk-urlMethod: POST Endpoint: kit-api/v1/signature-templates/[key]/bulk-url Param: key는 전자서명 템플릿의 id(숫자) 혹은 slug(문자)를 의미
Example
Request Body
input.customerId
대량계약 시 계약과 연결할 고객의 id
no
input.customerCustomKey
대량계약 시 계약과 연결할 고객의 custom key
no
input.items
대량계약 서명자 및 서명 정보 기본값
no
Request Body (input.items)
input.items.title
각 서명 제목
yes
input.items.participant
대량계약 시 계약과 연결할 고객의 custom key
yes
input.items.items
계약서 생성에 필요한 사전입력값 정보
yes
input.items.customerTitle
서명과 연결될 고객명
no
input.items.customKey
계약서 식별을 위한 사용자 정의 키 값
no
Response
400
SIGNATURE_TEMPLATE_BULK_PARTICIPANT_COUNT
대량서명을 이용할 수 없는 템플릿인 경우 (참여자가 1명이 아닌 경우)
401
INVALID_BUSINESS
전자서명 템플릿에 권한이 없는 경우
404
SIGNATURE_TEMPLATE_NOT_FOUND
전자서명 템플릿이 존재하지 않는 경우
404
NOT_FOUND_CUSTOMER
존재하지 않는 고객인 경우
Last updated