{
"subject": "string",
"dueDate": "2019-08-24T14:15:22.123Z",
"status": "Open",
"priorityId": "string",
"assignedToId": "string",
"assignedToType": "People",
"contactIds": [
"string"
],
"contactType": "Lead",
"relatedToId": "string",
"relatedToType": "Account",
"comments": "string",
"editorBody": "string"
}curl --location --request POST 'https://platform.shopranos.eu/api/task' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "string",
"dueDate": "2019-08-24T14:15:22.123Z",
"status": "Open",
"priorityId": "string",
"assignedToId": "string",
"assignedToType": "People",
"contactIds": [
"string"
],
"contactType": "Lead",
"relatedToId": "string",
"relatedToType": "Account",
"comments": "string",
"editorBody": "string"
}'{
"id": "string",
"insertDate": "2019-08-24T14:15:22.123Z",
"updateDate": "2019-08-24T14:15:22.123Z",
"subject": "string",
"dueDate": "2019-08-24T14:15:22.123Z",
"completedDate": "2019-08-24T14:15:22.123Z",
"status": "Open",
"priorityId": "string",
"assignedToId": "string",
"assignedToType": "People",
"contactIds": [
"string"
],
"contactType": "Lead",
"relatedToId": "string",
"relatedToType": "Account",
"taskSubTypeId": "string",
"comments": "string",
"editorBody": "string",
"reminderSet": true,
"position": 0,
"createdBy": "string",
"lastModifiedBy": "string"
}