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

false true false Default 99155 WO 2001-10-26T21:32:52 Some One Unknown true Some random text Some display 2002-10-26T21:32:52 Another Person Unknown

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>



1000
Create operation is not supported by Actor entity.
Corrigo.Web.Services.CorrigoService.Helpers.CorrigoServiceException



</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.