거래처 신청
문서 BODY 정보 {#body-data}
bodyValue {#body-value}
| 속성 | 타입 | 설명 |
|---|
| categoryName | string | 신청 구분 |
| customerName | string | 거래처명 |
| isUse | boolean | 사용 여부 |
| customerType | string | 거래처 상태(개인, 법인) |
| businessRegistrationNumber | string | 사업자 등록 번호 |
| representative | string | 대표자 |
| address | string | 주소 정보 |
| telephone | string | 연락처 정보 |
| fax | string | FAX 정보 |
| nation | string | 국가명 |
| residence | string | 거주지명 |
| businessItem | string | 업종 |
| businessType | string | 업태 |
| contacts | array | 거래처 목록 |
| deposits | array | 계좌 목록 |
| reason | string | 사유 |
contacts {#body-value-contacts}
| 속성 | 타입 | 설명 |
|---|
| contactName | string | 거래처 담당자 이름 |
| telephone | string | 거래처 담당자 연락처 |
| email | string | 거래처 담당자 이메일 |
deposits {#body-value-deposits}
| 속성 | 타입 | 설명 |
|---|
| depositType | string | 국내/국외 구분(domestic, international) |
| bank | string | 은행명 |
| depositNumber | string | 계좌 번호 |
| depositOwner | string | 예금주 |
| isDefaultDeposit | boolean | 기본 계좌 여부 |
| status | string | 계좌 상태(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" : ""}