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