{
"workflow_id": "2b6951a25b434657b94d4d60d96fcf18",
"workflow_name": "pds-test20",
"nodetask_id": "5abeb76b414c4b8da455a253dac7bd86",
"nodetask_name": "PDS1_cc18c2",
"pds": {
"type": "TaskStatus",
"body": {
"taskId": "task-sample-Id",
"taskName": "task-sample-name",
"groupName": "group-sample-name",
"startTime": "2021-10-12T15:00:00Z",
"actualStartTime": "2021-10-12T15:00:00Z",
"endTime": "2021-10-12 15:00:00 +0000 UTC",
"totalNumber": 10,
"dialedNumber": 10,
"answeredNumber": 5,
"talkedNumber": 4,
"registeredCount": 30,
"state": "Finished",
"displayTalkResult": "Willing",
"talkResultCount": 0,
"lostRate": 2.01,
"concurrentId": "34354566562289087",
"concurrentPercentInt": 60,
"currentRound": 2
}
}
}
curl --location --request POST '对接方提供此url交给我方配置' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflow_id": "2b6951a25b434657b94d4d60d96fcf18",
"workflow_name": "pds-test20",
"nodetask_id": "5abeb76b414c4b8da455a253dac7bd86",
"nodetask_name": "PDS1_cc18c2",
"pds": {
"type": "TaskStatus",
"body": {
"taskId": "task-sample-Id",
"taskName": "task-sample-name",
"groupName": "group-sample-name",
"startTime": "2021-10-12T15:00:00Z",
"actualStartTime": "2021-10-12T15:00:00Z",
"endTime": "2021-10-12 15:00:00 +0000 UTC",
"totalNumber": 10,
"dialedNumber": 10,
"answeredNumber": 5,
"talkedNumber": 4,
"registeredCount": 30,
"state": "Finished",
"displayTalkResult": "Willing",
"talkResultCount": 0,
"lostRate": 2.01,
"concurrentId": "34354566562289087",
"concurrentPercentInt": 60,
"currentRound": 2
}
}
}'
{}