{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"clientName": "string",
"contactNumber": "string",
"clientId": 0,
"commercialOpportunityId": 0,
"clueName": "string",
"clueDescribe": "string",
"clueSource": "string",
"followUpPeople": 0,
"followUpPeopleName": "string",
"clueState": "string",
"openState": "string",
"releaseTime": "2019-08-24T14:15:22Z",
"procInstId": "string",
"procInstNum": "string",
"procInstStatus": "string",
"createUser": "string",
"updateUser": "string",
"clueIds": [
0
]
}
curl --location --request PUT 'http://localhost:8081/crm/clue' \
--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,
"clientName": "string",
"contactNumber": "string",
"clientId": 0,
"commercialOpportunityId": 0,
"clueName": "string",
"clueDescribe": "string",
"clueSource": "string",
"followUpPeople": 0,
"followUpPeopleName": "string",
"clueState": "string",
"openState": "string",
"releaseTime": "2019-08-24T14:15:22Z",
"procInstId": "string",
"procInstNum": "string",
"procInstStatus": "string",
"createUser": "string",
"updateUser": "string",
"clueIds": [
0
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}