hi,
I'm trying to call an API in business central using a PATCH method but all i get is /Request data is invalid/
This is what it looks like in Postman
EntryNo is the only key of my api's table and i've added my If-Match in my Headers, this is the etag i use : W////JzE5OzY0ODI1NDQ1MTQwOTMyNjQ5MjMxOzAwOyc=///
Methods GET and POST works for my api
Any idea what could be causing the issue ?
Thanks