can you retrieve your endpoint with postman? (if could be Microsoft having trouble)
if postman also fails, you may be sending 'illigal characters' as far as I know there is a limited list of chars you are allowed to use, and I think there is even a REGEX out there that can clean your data before sending it.
its probably just 1 attribute tripping up the entire json by the sounds of it
Hello, were you able to solve this issue? We have been having the same error and cannot figure out what caused this.
Hi Steven, in the logs, you should see an (OData Publish) error message with more details. I suspect the issue might be related to a specific enum value. If that's the case, consider exposing the enum value as a String instead of an enum.