{
"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 POST 'http://localhost:8081/business/InvoiceLedgerProject' \
--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": {}
},
"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": {}
}