Hi All,
I am current trying to post a batch OData request which I am not sure where is the error or how to fix it.
On Chrome developer tools.
The Network batch request status code comes back with a green status 202 Accepted. But on the console I got an error request failed400 Bad Request {"error":"","message":{"lang":"en-US","value":"Syntax error at position 0."}}}.
I am also using the WEB IDE to debug the xsjslib file used to insert the values passed in this batch input through the OData service. But the debugging in the WEB IDE is never triggered and no values are inserted in the tables.
My controller with the Odata service and xsjs file is on the JSBin. If any good soul good help I would appreciate.