{
"saleNo": "string",
"saleDate": "string",
"invoiceType": "string",
"totalAmount": 0,
"totalDiscount": 0,
"invoiceAmount": 0,
"discountedPortion": 0,
"discountType": "string",
"termValidity": 0,
"remark": "string",
"buyerName": "string",
"buyerTaxNo": "string",
"buyerTelephoneAddress": "string",
"buyerAccount": "string",
"buyerEmail": "string",
"buyerMobilePhone": "string",
"taxDiscNum": "string",
"taxFlag": "string",
"items": [
{
"ownNumber": "string",
"name": "string",
"spec": "string",
"num": 0,
"unitPrice": 0,
"unit": "string",
"taxRate": 0,
"taxNumber": "string",
"zeroTaxFlag": 0,
"prePolicy": 0,
"vatException": "string",
"detailTotalAmount": 0,
"detailTotalDiscount": 0
}
]
}