거래처 신청

문서 BODY 정보 {#body-data}

bodyValue {#body-value}

속성타입설명
categoryNamestring신청 구분
customerNamestring거래처명
isUseboolean사용 여부
customerTypestring거래처 상태(개인, 법인)
businessRegistrationNumberstring사업자 등록 번호
representativestring대표자
addressstring주소 정보
telephonestring연락처 정보
faxstringFAX 정보
nationstring국가명
residencestring거주지명
businessItemstring업종
businessTypestring업태
contactsarray거래처 목록
depositsarray계좌 목록
reasonstring사유

contacts {#body-value-contacts}

속성타입설명
contactNamestring거래처 담당자 이름
telephonestring거래처 담당자 연락처
emailstring거래처 담당자 이메일

deposits {#body-value-deposits}

속성타입설명
depositTypestring국내/국외 구분(domestic, international)
bankstring은행명
depositNumberstring계좌 번호
depositOwnerstring예금주
isDefaultDepositboolean기본 계좌 여부
statusstring계좌 상태(Y, N)

Response Example {#body-data-example}

{  "categoryName" : "수정",  "customerName" : "CU 판교월드마크점",  "isUse" : true,  "customerType" : "사업자(법인)",  "businessRegistrationNumber" : "144024785",  "representative" : "홍길동",  "address" : "",  "telephone" : "",  "fax" : "",  "nation" : "한국",  "residence" : "한국",  "businessItem" : "판매",  "businessType" : "판매",  "contacts" : [{    "contactName": "업무담당자",    "telephone": "02/000-1111 (01011112222)",    "email": "test@naver.com"  }],  "deposits" : [{    "depositType": "domestic",    "bank": "기업은행",    "depositNumber": "1231452",    "depositOwner": "이순신",    "isDefaultDeposit": true,    "status": "Y"  }],  "reason" : ""}