주문신청서

문서 BODY 정보 {#body-data}

bodyValue {#body-value}

속성타입설명
registrationNumberstring등록 번호
customerNamestring상호
representativestring대표자
addressstring주소 정보
businessItemstring업종
businessTypestring업태
telephonestring연락처 정보
userNamestring담당자
orderDatestring주문일
orderItemsarray주문 목록
totalDiscountAmountfloat총 할인 금액
totalNetAmountfloat공급가액 합계
totalTaxAmountfloat부가가치세
totalAmountfloat합계

orderItems {#body-value-orderItems}

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

Response Example {#body-data-example}

{  "registrationNumber" : "E-1234",  "customerName" : "전자마트",  "representative" : "홍길동",  "address" : "경기도 성남시 777-77",  "businessItem" : "판매",  "businessType" : "판매",  "telephone" : "",  "userName" : "김철수",  "orderDate" : "2024-04-15",  "orderItems" : [{    "productName": "LG TV",    "specification": "10*10*10",    "quantity": 30,    "salePrice": 100000,    "discountAmount": 0,    "netAmount": 3000000,    "deliveryDueDate": "2024-04-15"  }],  "totalDiscountAmount" : 0,  "totalNetAmount" : 10000,  "totalTaxAmount" : 1000,  "totalAmount" : 11000}