I'm posting the following json to create an order product in Dynamics 365 online (V 9.0).
"{\"productid@odata.bind\":\"/products(ea69cd50-5e58-e811-a954-000d3a33e5a2)\",\"salesorderid@odata.bind\":\"/salesorders({3818B268-D25D-E811-A958-000D3A33E5A2})\",\"uomid@odata.bind\":\"/uoms(9964520C-7B37-E811-A953-000D3A3099E5)\",\"wo_lotnumber\":\"5$\",\"priceperunit\":1000,\"isproductoverridden\":false}"
The API is giving "Bad Request - Error in query syntax" error.
Can someone let me know what could be wrong with my Json?
*This post is locked for comments