I have published a web service for Item Journal[object Id: 40]. My intention is to update Item journal's quantity field through Odata service. The API is giving response in GET method, but if I use PUT method to update the quantity field it is throwing "Bad request". Below are the details of my request
URI: http://localhost:5467/Cronus42/OData/Company('CRONUS%20India%20Ltd.')/ItemJournalLines(Journal_Template_Name='ITEM',Journal_Batch_Name='SA-7',Line_No=10000)
Request Headers: Accept:application/json
Request Body: {"Quantity": "10"}
Can any one suggest me the solution.
Thank you.