{
"updateDate": "2019-08-24T14:15:22Z",
"subject": "string",
"taskType": 0,
"assignedToType": 0,
"assignedToId": "string",
"relatedToType": 0,
"relatedToId": "string",
"contactType": 0,
"contactIds": [
"string"
],
"description": "string",
"editorBody": "string",
"priorityId": "string",
"location": {
"longitude": "string",
"latitude": "string"
},
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"reminderSet": true,
"createdBy": "string",
"lastModifiedBy": "string",
"position": 0,
"parentId": "string",
"repeat": "string",
"eventStatus": 0,
"eventResultId": "string",
"recurrenceInterval": "string",
"sourceId": "string",
"sourceAssignedToId": "string",
"sourceRelatedToId": "string",
"sourceContactIds": [
"string"
],
"teamMembers": [
"string"
]
}
curl --location --request PUT 'https://platform.shopranos.eu/api/task/Event/' \
--header 'Content-Type: application/json' \
--data-raw '{
"updateDate": "2019-08-24T14:15:22Z",
"subject": "string",
"taskType": 0,
"assignedToType": 0,
"assignedToId": "string",
"relatedToType": 0,
"relatedToId": "string",
"contactType": 0,
"contactIds": [
"string"
],
"description": "string",
"editorBody": "string",
"priorityId": "string",
"location": {
"longitude": "string",
"latitude": "string"
},
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"reminderSet": true,
"createdBy": "string",
"lastModifiedBy": "string",
"position": 0,
"parentId": "string",
"repeat": "string",
"eventStatus": 0,
"eventResultId": "string",
"recurrenceInterval": "string",
"sourceId": "string",
"sourceAssignedToId": "string",
"sourceRelatedToId": "string",
"sourceContactIds": [
"string"
],
"teamMembers": [
"string"
]
}'
{}