{
"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"
},
"id": 0,
"biddingType": "string",
"deptId": 0,
"leader": 0,
"leaderName": "string",
"name": "string",
"bidderName": "string",
"agentName": "string",
"projectType": "string",
"projectBelong": "string",
"compileType": "string",
"bidInvitationType": "string",
"bidSubmissionType": "string",
"deliverType": "string",
"projectScale": 0,
"enrollDeadline": "2019-08-24T14:15:22Z",
"deliverDeadline": "2019-08-24T14:15:22Z",
"purchaseAmount": 0,
"guaranteeAmount": 0,
"projectFinalOffer": 0,
"approvalDate": "2019-08-24",
"publishDate": "2019-08-24",
"deliverDate": "2019-08-24",
"fillingDate": "2019-08-24",
"bidWinner": "string",
"winningAmount": 0,
"refundDate": "2019-08-24",
"clientName": "string",
"contactorName": "string",
"telephone": "string",
"procInstId": "string",
"procInstNum": "string",
"procInstStatus": "string",
"variables": {
"property1": {},
"property2": {}
},
"finalBiddingFiles": "string",
"guaranteeAmountDeadline": "2019-08-24T14:15:22Z",
"procInstStatusList": [
"string"
],
"remark": "string",
"accessory": "string",
"discount": "string",
"customerId": 0,
"crmBusinessId": 0
}
curl --location --request PUT 'http://localhost:8027/mam/biddingDocumentsManager' \
--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"
},
"id": 0,
"biddingType": "string",
"deptId": 0,
"leader": 0,
"leaderName": "string",
"name": "string",
"bidderName": "string",
"agentName": "string",
"projectType": "string",
"projectBelong": "string",
"compileType": "string",
"bidInvitationType": "string",
"bidSubmissionType": "string",
"deliverType": "string",
"projectScale": 0,
"enrollDeadline": "2019-08-24T14:15:22Z",
"deliverDeadline": "2019-08-24T14:15:22Z",
"purchaseAmount": 0,
"guaranteeAmount": 0,
"projectFinalOffer": 0,
"approvalDate": "2019-08-24",
"publishDate": "2019-08-24",
"deliverDate": "2019-08-24",
"fillingDate": "2019-08-24",
"bidWinner": "string",
"winningAmount": 0,
"refundDate": "2019-08-24",
"clientName": "string",
"contactorName": "string",
"telephone": "string",
"procInstId": "string",
"procInstNum": "string",
"procInstStatus": "string",
"variables": {
"property1": {},
"property2": {}
},
"finalBiddingFiles": "string",
"guaranteeAmountDeadline": "2019-08-24T14:15:22Z",
"procInstStatusList": [
"string"
],
"remark": "string",
"accessory": "string",
"discount": "string",
"customerId": 0,
"crmBusinessId": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}