매입 대금 정산 신청
문서 BODY 정보 {#body-data}
bodyValue {#body-value}
| 속성 | 타입 | 설명 |
|---|
| customerName | string | 거래처명 |
| amountItems | array | 항목 목록 |
| totalAmount | string | 합계 정보 |
| reason | string | 사유 |
amountItems {#body-value-amountItems}
| 속성 | 타입 | 설명 |
|---|
| netAmount | string | 공급가액 정보 |
| taxAmount | string | 부가세 정보 |
| totalAmount | string | 합계 정보 |
| taxCode | string | 세금 코드 정보 |
| settlementDate | string | 정산일 |
| businessRegistrationNumber | string | 사업자 등록 번호 |
| customerName | string | 상호 |
| representative | string | 대표자 |
| address | string | 주소 정보 |
| businessItem | string | 업종 |
| businessType | string | 업태 |
| isAsset | boolean | 자산 여부 |
| remark | string | 비고 |
Response Example {#body-data-example}
{ "customerName" : "CU 판교월드마크점", "amountItems" : [{ "netAmount": "USD($) 10 (환율 : 1318)", "taxAmount": "USD($) 1", "totalAmount": "USD($) 11", "taxCode": "매입 - 카드 과세", "settlementDate": "2024.07.19", "businessRegistrationNumber" : "1234", "customerName" : "전자마트", "representative" : "홍길동", "address" : "경기도 성남시 777-77", "businessItem" : "판매", "businessType" : "판매", "isAsset" : true, "remark" : "" }], "totalAmount" : "KRW(원) 15,181", "reason" : "매입 시 자동 환전"}