Dear mates,
I m building an external form which must insert/update an object collection with oData.
GET - POST and DELETE works fine
But if i want to update (PUT), i ve got the following error: the item is not found
{"error":{"code":"1","message":{"lang":"","value":"L'\u00e9l\u00e9ment UsrExternalisation est
introuvable."},"innererror":{"message":"L'\u00e9l\u00e9ment UsrExternalisation est
introuvable.","type":"Terrasoft.Common.ItemNotFoundException","stacktrace":" at
Terrasoft.Core.Entities.Services.EntityLazyProxy.<>c__DisplayClass28_0....
My PUT function works fine in other object update.
Do you have an idea why this error occurs ?
Thanks,
Nicolas