{
"taskType": 0,
"relatedToType": 0,
"contactType": 0,
"relatedToId": "string",
"subject": "string",
"body": "string",
"editorBody": "string",
"contactIds": [
"string"
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/task/Note' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskType": 0,
"relatedToType": 0,
"contactType": 0,
"relatedToId": "string",
"subject": "string",
"body": "string",
"editorBody": "string",
"contactIds": [
"string"
]
}'
{}