{
"capitalType": 0,
"checkRemark": "string",
"checkStatus": "2019-08-24T14:15:22Z",
"checkTime": "2019-08-24T14:15:22Z",
"checkUserId": "string",
"createId": 0,
"createTime": "2019-08-24T14:15:22Z",
"customerId": 0,
"deleted": false,
"disposeStatus": "2019-08-24T14:15:22Z",
"disposeTime": "2019-08-24T14:15:22Z",
"disposeUserId": "string",
"file": "string",
"financeAccountId": 0,
"financeOrder": "string",
"id": 0,
"inputMoney": "string",
"invoiceNumber": "string",
"isInvoice": 0,
"isRelevance": false,
"orderNumber": "string",
"paymentReceiptsType": 0,
"platformSerialNumber": "string",
"proceedsReceiptsType": 0,
"receivePayTime": "2019-08-24T14:15:22Z",
"receivePayType": "2019-08-24T14:15:22Z",
"remark": "string",
"saleOrPurchaseMoney": "string",
"tenantId": 0,
"totalMoney": 0,
"updateId": 0,
"updateTime": "2019-08-24T14:15:22Z",
"userId": 0
}
curl --location --request POST 'http://127.0.0.1:8585/financeDetail/financeSaveDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"capitalType": 0,
"checkRemark": "string",
"checkStatus": "2019-08-24T14:15:22Z",
"checkTime": "2019-08-24T14:15:22Z",
"checkUserId": "string",
"createId": 0,
"createTime": "2019-08-24T14:15:22Z",
"customerId": 0,
"deleted": false,
"disposeStatus": "2019-08-24T14:15:22Z",
"disposeTime": "2019-08-24T14:15:22Z",
"disposeUserId": "string",
"file": "string",
"financeAccountId": 0,
"financeOrder": "string",
"id": 0,
"inputMoney": "string",
"invoiceNumber": "string",
"isInvoice": 0,
"isRelevance": false,
"orderNumber": "string",
"paymentReceiptsType": 0,
"platformSerialNumber": "string",
"proceedsReceiptsType": 0,
"receivePayTime": "2019-08-24T14:15:22Z",
"receivePayType": "2019-08-24T14:15:22Z",
"remark": "string",
"saleOrPurchaseMoney": "string",
"tenantId": 0,
"totalMoney": 0,
"updateId": 0,
"updateTime": "2019-08-24T14:15:22Z",
"userId": 0
}'
{
"code": 0,
"data": {},
"msg": "string"
}