견적신청서

문서 BODY 정보 {#body-data}

bodyValue {#body-value}

속성타입설명
registrationNumberstring등록 번호
customerNamestring상호
representativestring대표자
addressstring주소 정보
businessItemstring업종
businessTypestring업태
telephonestring연락처 정보
remarkstring비고(견적 내용)
userNamestring담당자
validitystring유효 기간 정보
productItemsarray상품 목록

productItems {#body-value-productItems}

속성타입설명
productNamestring품명
specificationstring규격
quantityinteger수량
salePricefloat단가
discountAmountfloat할인 금액
netAmountfloat공급 금액

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  }]}