[
{
"taskType": "Task",
"dueDate": "2019-08-24T14:15:22.123Z",
"subject": "string",
"assignedToType": "People",
"assignedToId": "string",
"relatedToType": "Account",
"relatedToId": "string",
"contactType": "Lead",
"contactIds": [
"string"
],
"status": "Open",
"callDuration": "string",
"callResultId": "string",
"comments": "string",
"editorBody": "string",
"priorityId": "string",
"position": 0,
"parentId": "string",
"reminderSet": true,
"lastModifiedBy": "string",
"sortDate": "2019-08-24T14:15:22.123Z",
"sourceId": "string",
"sourceAssignedToId": "string",
"sourceRelatedToId": "string",
"sourceContactIds": [
"string"
],
"callDirection": "Unknown",
"id": "string"
}
]curl --location --request POST 'https://platform.shopranos.eu/api/task/call/import' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"taskType": "Task",
"dueDate": "2019-08-24T14:15:22.123Z",
"subject": "string",
"assignedToType": "People",
"assignedToId": "string",
"relatedToType": "Account",
"relatedToId": "string",
"contactType": "Lead",
"contactIds": [
"string"
],
"status": "Open",
"callDuration": "string",
"callResultId": "string",
"comments": "string",
"editorBody": "string",
"priorityId": "string",
"position": 0,
"parentId": "string",
"reminderSet": true,
"lastModifiedBy": "string",
"sortDate": "2019-08-24T14:15:22.123Z",
"sourceId": "string",
"sourceAssignedToId": "string",
"sourceRelatedToId": "string",
"sourceContactIds": [
"string"
],
"callDirection": "Unknown",
"id": "string"
}
]'