v1

latestOpenAPI 3.1.02026-07-22142337.1 KB
공급자

공급자 등록

공급자(발행자) 정보를 등록하고 supplierKey를 발급받습니다. 대리 정발행, 역발행 시 필수입니다.

활용 예시: 대리 정발행 | 역발행

post/v1/suppliers

Request body

identificationNumberstring required

하이픈(-) 없는 10자리 숫자. 패턴: ^\d{10}$

taxRegistrationIdstring

4자리 숫자, 0000 제외. 패턴: ^(?!0{4})\d{4}$

organizationNamestring required

상호명

representativeNamestring required

대표자명

Example request

{
  "identificationNumber": "1234567890",
  "taxRegistrationId": "0001"
}

Response

supplierKeystring required

공급자(발행자) 식별 키

identificationNumberstring required

하이픈(-) 없는 10자리 숫자. 패턴: ^\d{10}$

taxRegistrationIdstring

4자리 숫자, 0000 제외. 패턴: ^(?!0{4})\d{4}$

organizationNamestring required

상호명

representativeNamestring required

대표자명

Example response

{
  "identificationNumber": "1234567890",
  "taxRegistrationId": "0001"
}