{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"businessId": 0,
"tmTaskId": 0,
"time": "2019-08-24T14:15:22Z",
"type": "string",
"contactsId": 0,
"communicationNotes": "string",
"executeUserIdStr": "string",
"executeUserIdArray": [
0
],
"sendUserIdStr": "string",
"state": "string",
"completeTime": "2019-08-24T14:15:22Z",
"createUser": "string",
"updateUser": "string"
}
curl --location --request POST 'http://localhost:8027/crm/businessBacklog' \
--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,
"businessId": 0,
"tmTaskId": 0,
"time": "2019-08-24T14:15:22Z",
"type": "string",
"contactsId": 0,
"communicationNotes": "string",
"executeUserIdStr": "string",
"executeUserIdArray": [
0
],
"sendUserIdStr": "string",
"state": "string",
"completeTime": "2019-08-24T14:15:22Z",
"createUser": "string",
"updateUser": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}