Request
Body Params application/json
{
"relatedToType": "Lead",
"relatedToId": "string",
"title": "string",
"editorBody": "string",
"body": "string",
"lastModifiedBy": "string"
}
Request samples
curl --location --request PUT 'https://platform.shopranos.eu/api/opportunity/Note/' \
--header 'Content-Type: application/json' \
--data-raw '{
"relatedToType": "Lead",
"relatedToId": "string",
"title": "string",
"editorBody": "string",
"body": "string",
"lastModifiedBy": "string"
}'
Responses
application/json Modified at 2024-10-14 14:22:30