/api/Task/import/with-settings
Request
Body Params application/json
{
"settings": {
"operation": 0
},
"tasks": [
{
"id": "string",
"taskType": 0,
"subject": "string",
"dueDate": "2019-08-24T14:15:22Z",
"completedDate": "2019-08-24T14:15:22Z",
"status": 0,
"priorityId": "string",
"assignedToId": "string",
"assignedToType": 0,
"contactIds": [
"string"
],
"contactType": 0,
"relatedToId": "string",
"relatedToType": 0,
"taskSubTypeId": "string",
"comments": "string",
"editorBody": "string",
"reminderSet": true,
"position": 0,
"parentId": "string",
"lastModifiedBy": "string"
}
]
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/Task/import/with-settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"settings": {
"operation": 0
},
"tasks": [
{
"id": "string",
"taskType": 0,
"subject": "string",
"dueDate": "2019-08-24T14:15:22Z",
"completedDate": "2019-08-24T14:15:22Z",
"status": 0,
"priorityId": "string",
"assignedToId": "string",
"assignedToType": 0,
"contactIds": [
"string"
],
"contactType": 0,
"relatedToId": "string",
"relatedToType": 0,
"taskSubTypeId": "string",
"comments": "string",
"editorBody": "string",
"reminderSet": true,
"position": 0,
"parentId": "string",
"lastModifiedBy": "string"
}
]
}'
Responses
application/json Modified at 2025-07-08 13:30:50