Request
Body Params application/json
{
"relatedToType": 0,
"relatedToId": "string",
"subject": "string",
"body": "string",
"editorBody": "string",
"lastModifiedBy": "string",
"contactIds": [
"string"
],
"contactType": 0
}
Request samples
curl --location --request PUT 'https://platform.shopranos.eu/api/task/Note/' \
--header 'Content-Type: application/json' \
--data-raw '{
"relatedToType": 0,
"relatedToId": "string",
"subject": "string",
"body": "string",
"editorBody": "string",
"lastModifiedBy": "string",
"contactIds": [
"string"
],
"contactType": 0
}'
Responses
application/json Modified at 2025-07-08 13:30:50