Request
Body Params application/json
{
"taskType": 0,
"dueDate": "2019-08-24T14:15:22Z",
"subject": "string",
"assignedToType": 0,
"assignedToId": "string",
"relatedToType": 0,
"relatedToId": "string",
"contactType": 0,
"contactIds": [
"string"
],
"status": 0,
"comments": "string",
"lastModifiedBy": "string",
"createdBy": "string",
"emailMessage": {
"from": "string",
"to": "string",
"cc": "string",
"bcc": "string",
"subject": "string",
"body": "string",
"editorBody": "string"
},
"sortDate": "2019-08-24T14:15:22Z"
}
Request samples
curl --location --request PUT 'https://platform.shopranos.eu/api/task/Email/' \
--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,
"comments": "string",
"lastModifiedBy": "string",
"createdBy": "string",
"emailMessage": {
"from": "string",
"to": "string",
"cc": "string",
"bcc": "string",
"subject": "string",
"body": "string",
"editorBody": "string"
},
"sortDate": "2019-08-24T14:15:22Z"
}'
Responses
application/json Modified at 2025-07-08 13:30:50