Hello
I am having issues when posting to an API- page I have made in BC.
This is the error that I get:
"error": {
"code": "BadRequest_MethodNotAllowed",
"message": "Entity does not support insert. CorrelationId: cb999468-0a63-45d9-99bd-a2eef7c4063f."
}
The POST has worked before, and I haven't made any changes in the pages that is posted to.
I have tried adding
Editable = true
InsertAllowed = true;
ModifyAllowed = true;
DeleteAllowed = true;
DelayedInsert = true;
It doesn't change the error-message I get.
Some help with this issue is very much appreciated