견적신청서
문서 BODY 정보 {#body-data}
bodyValue {#body-value}
| 속성 | 타입 | 설명 |
|---|
| registrationNumber | string | 등록 번호 |
| customerName | string | 상호 |
| representative | string | 대표자 |
| address | string | 주소 정보 |
| businessItem | string | 업종 |
| businessType | string | 업태 |
| telephone | string | 연락처 정보 |
| remark | string | 비고(견적 내용) |
| userName | string | 담당자 |
| validity | string | 유효 기간 정보 |
| productItems | array | 상품 목록 |
productItems {#body-value-productItems}
| 속성 | 타입 | 설명 |
|---|
| productName | string | 품명 |
| specification | string | 규격 |
| quantity | integer | 수량 |
| salePrice | float | 단가 |
| discountAmount | float | 할인 금액 |
| netAmount | float | 공급 금액 |
Response Example {#body-data-example}
{ "registrationNumber" : "E-1234", "customerName" : "전자마트", "representative" : "홍길동", "address" : "경기도 성남시 777-77", "businessItem" : "판매", "businessType" : "판매", "telephone" : "비공개", "remark" : "견적내용입니다.", "userName" : "김철수", "validity" : "2024.04.15 ~ 2024.04.30", "productItems" : [{ "productName": "LG TV", "specification": "10*10*10", "quantity": 30, "salePrice": 100000, "discountAmount": 0, "netAmount": 3000000 }]}