{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"businessName": "string",
"businessSource": "string",
"businessSourceName": "string",
"clueId": 0,
"customerId": 0,
"customerName": "string",
"businessIntentionality": "string",
"followUpPeople": 0,
"followUpPeopleName": "string",
"state": "string",
"businessItemDescription": "string",
"businessType": "string",
"businessTypeName": "string",
"projectInvestmentAmount": 0,
"prospectiveEarnings": "string",
"calibrateTime": "2019-08-24T14:15:22Z",
"accessory": "string",
"comment": "string",
"preponderance": "string",
"inferior": "string",
"chance": "string",
"menace": "string",
"significance": "string",
"openState": "string",
"releaseTime": "2019-08-24T14:15:22Z",
"procInstId": "string",
"procInstNum": "string",
"procInstStatus": "string",
"approveTime": "2019-08-24T14:15:22Z",
"createUser": "string",
"updateUser": "string",
"assistUserIdList": [
0
]
}
curl --location --request POST 'http://localhost:8027/crm/business' \
--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,
"businessName": "string",
"businessSource": "string",
"businessSourceName": "string",
"clueId": 0,
"customerId": 0,
"customerName": "string",
"businessIntentionality": "string",
"followUpPeople": 0,
"followUpPeopleName": "string",
"state": "string",
"businessItemDescription": "string",
"businessType": "string",
"businessTypeName": "string",
"projectInvestmentAmount": 0,
"prospectiveEarnings": "string",
"calibrateTime": "2019-08-24T14:15:22Z",
"accessory": "string",
"comment": "string",
"preponderance": "string",
"inferior": "string",
"chance": "string",
"menace": "string",
"significance": "string",
"openState": "string",
"releaseTime": "2019-08-24T14:15:22Z",
"procInstId": "string",
"procInstNum": "string",
"procInstStatus": "string",
"approveTime": "2019-08-24T14:15:22Z",
"createUser": "string",
"updateUser": "string",
"assistUserIdList": [
0
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}