{
"crmCallTaskRequest": {
"id": 0,
"agentId": "string",
"agentIdIn": "string",
"phone": "string",
"callType": 0,
"zoneId": "string",
"callTime": "string",
"type": 0,
"status": 0,
"taskDealerId": "string",
"userId": 0,
"startTime": "string",
"ids": [
0
],
"name": "任务名称"
},
"crmRequest": {
"type": 1,
"userId": 123,
"name": "张三",
"emailPhone": "test@example.com",
"label": 1,
"labels": [
0
],
"countrys": [
"string"
],
"country": "美国",
"offset": 0,
"limit": 10,
"filterRequest": {
"conditions": [
{
"id": 0,
"menu": 0,
"columns": "string",
"operator": "string",
"dataType": 0,
"value": "example_value"
}
],
"sorts": [
{
"id": 0,
"menu": 0,
"columns": "string",
"direction": "asc"
}
],
"logicalOperator": "AND"
},
"taskId": "task123",
"mode": 0,
"ids": [
0
],
"labelIds": [
0
],
"version": 1
}
}
curl --location --request POST '/crm/createCallTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"crmCallTaskRequest": {
"id": 0,
"agentId": "string",
"agentIdIn": "string",
"phone": "string",
"callType": 0,
"zoneId": "string",
"callTime": "string",
"type": 0,
"status": 0,
"taskDealerId": "string",
"userId": 0,
"startTime": "string",
"ids": [
0
],
"name": "任务名称"
},
"crmRequest": {
"type": 1,
"userId": 123,
"name": "张三",
"emailPhone": "test@example.com",
"label": 1,
"labels": [
0
],
"countrys": [
"string"
],
"country": "美国",
"offset": 0,
"limit": 10,
"filterRequest": {
"conditions": [
{
"id": 0,
"menu": 0,
"columns": "string",
"operator": "string",
"dataType": 0,
"value": "example_value"
}
],
"sorts": [
{
"id": 0,
"menu": 0,
"columns": "string",
"direction": "asc"
}
],
"logicalOperator": "AND"
},
"taskId": "task123",
"mode": 0,
"ids": [
0
],
"labelIds": [
0
],
"version": 1
}
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": "string",
"returnCode": 0,
"count": 0,
"isEmpty": true
}