Hello
I'm new to Business Central, working on Custom Connector, Getting
"error": {
"code": "BadRequest_MethodNotImplemented",
"message": "Entity does not support insert. CorrelationId: 740701b1-abaa-48be-b4b8-5dcaf9c3f374."
}
It's custom table, created table, page, extension, apipage, query
Added below code also
InsertAllowed = true;
ModifyAllowed = true;
Editable = true;
My webservice is up and running, retrieving data.
Get method is working, on Post getting this error.
Using basic authentication.
Appreciate any help, pointer on this issue.
Thank you