Hi all
When posting invalid data via the ODATA API I get the generic http 400 error, bad request!
Well, the data is invalid so I guess it is a bad request but how can I find out what the API is objecting to?
I don't see a meaningful error so it is impossible to diagnose what is wrong; I don't need my data corrected I just need to know how to trap and detect the error so I can deal with errors as they arise.
Thanks