Request
Body Params application/json
{
"relatedToType": "Lead",
"relatedToId": "string",
"title": "string",
"body": "string",
"editorBody": "string"
}
Request Code Samples
curl --location --request POST 'https://platform.shopranos.eu/api/contact/note' \
--header 'Content-Type: application/json' \
--data-raw '{
"relatedToType": "Lead",
"relatedToId": "string",
"title": "string",
"body": "string",
"editorBody": "string"
}'
Responses
application/json Modified at 2025-02-12 12:11:56