{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"invoiceLedgerId": 0,
"invoiceCode": "string",
"invoiceNumber": "string",
"totalAmount": 0,
"invoiceDay": "2019-08-24T14:15:22Z",
"userId": 0,
"inputTime": "2019-08-24T14:15:22Z",
"taxRate": 0,
"remarks": "string",
"invoiceApplyAccessory": "string",
"purchaserTaxNumber": "string",
"purchaserAddress": "string",
"purchaserBankAccount": "string",
"purchaserOpeningBank": "string",
"purchaserPhone": "string",
"proceedsTotalAmount": 0,
"invoiceType": "string",
"purchaser": "string",
"taxMoney": 0,
"sellerName": "string",
"sellerTaxNumber": "string",
"sellerAddress": "string",
"sellerPhone": "string",
"sellerBankAccount": "string",
"sellerOpeningBank": "string",
"projectList": [
{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"projectId": 0,
"invoiceLedgerId": 0,
"projectName": "string",
"specification": "string",
"unit": "string",
"quantity": 0,
"unitPrice": 0,
"amount": 0,
"taxRate": 0,
"taxAmount": 0,
"remark": "string",
"sort": 0
}
]
}
curl --location --request PUT 'http://localhost:8081/fim/invoiceLedger' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"invoiceLedgerId": 0,
"invoiceCode": "string",
"invoiceNumber": "string",
"totalAmount": 0,
"invoiceDay": "2019-08-24T14:15:22Z",
"userId": 0,
"inputTime": "2019-08-24T14:15:22Z",
"taxRate": 0,
"remarks": "string",
"invoiceApplyAccessory": "string",
"purchaserTaxNumber": "string",
"purchaserAddress": "string",
"purchaserBankAccount": "string",
"purchaserOpeningBank": "string",
"purchaserPhone": "string",
"proceedsTotalAmount": 0,
"invoiceType": "string",
"purchaser": "string",
"taxMoney": 0,
"sellerName": "string",
"sellerTaxNumber": "string",
"sellerAddress": "string",
"sellerPhone": "string",
"sellerBankAccount": "string",
"sellerOpeningBank": "string",
"projectList": [
{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"projectId": 0,
"invoiceLedgerId": 0,
"projectName": "string",
"specification": "string",
"unit": "string",
"quantity": 0,
"unitPrice": 0,
"amount": 0,
"taxRate": 0,
"taxAmount": 0,
"remark": "string",
"sort": 0
}
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}