{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"procInstId": "string",
"procInstNum": "string",
"procInstStatus": "string",
"createUser": "string",
"updateUser": "string",
"invoiceNumber": "string",
"invoiceId": 0,
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"orderContractName": "string",
"orderContractNumber": "string",
"invoiceDate": "2019-08-24",
"invoiceMoney": 0,
"deptId": 0,
"saveType": "string",
"pdmInvoiceResolutionDetailList": [
{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"operatorContractId": 0,
"invoiceResolutionId": 0,
"resolutionAmount": 0,
"createUser": "string",
"updateUser": "string"
}
],
"variables": {
"property1": {},
"property2": {}
},
"splitType": "string",
"invoiceState": "string",
"procInstStatusList": [
"string"
]
}
curl --location --request POST 'http://localhost:8081/pdm/invoiceResolution' \
--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": {}
},
"id": 0,
"procInstId": "string",
"procInstNum": "string",
"procInstStatus": "string",
"createUser": "string",
"updateUser": "string",
"invoiceNumber": "string",
"invoiceId": 0,
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"orderContractName": "string",
"orderContractNumber": "string",
"invoiceDate": "2019-08-24",
"invoiceMoney": 0,
"deptId": 0,
"saveType": "string",
"pdmInvoiceResolutionDetailList": [
{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"operatorContractId": 0,
"invoiceResolutionId": 0,
"resolutionAmount": 0,
"createUser": "string",
"updateUser": "string"
}
],
"variables": {
"property1": {},
"property2": {}
},
"splitType": "string",
"invoiceState": "string",
"procInstStatusList": [
"string"
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}