HomeGuidesAPI ReferenceChangelogDeveloper Q&A
HomeGuidesAPI ReferenceAnnouncementsLog In
Developer Q&A

Developer Q&A

Ask a Question
Back to all

"Create operation is not supported by Actor entity" error on creating Note

When I fire this request

I get this response

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
soap:Body

</soap:Body>
</soap:Envelope>

I referenced this for the body schema

https://securecontent.corrigo.com/docs/HelpCE92/html/b35a2efa-2e8c-9621-2b3a-8f49209dd8f1.htm

Any help on what the message means? Does it mean that the CreatedBy actor is not allowed to create notes? I tried other ActorType enumerations with the same result.