계약서/전자서명 목록 페이지 API
계약서 목록 페이지를 조회할 수 있는 API입니다.
GET
kit-api/v1/contracts/url
GET
kit-api/v1/contracts/urlMethod: GET Endpoint: kit-api/v1/contracts/url
Example
Request Query
Key
Description
Required
customerCustomKey
해당 customKey 속성을 가진 고객과 연결된 계약서 목록을 조회
no
customerId
해당 id 속성을 가진 고객과 연결된 계약서 목록을 조회
no
hasNoCustomer
고객과 연결되지 않은 목록만 조회 (값: true)
no
Response
Status Code
Error Code
Description
400
INVALID_CUSTOMER_CUSTOM_KEY
규칙을 벗어난 customKey인 경우
404
NOT_FOUND_CUSTOMER
존재하지 않는 고객인 경우
Last updated