Hi All,
I am using Business Central Cloud version 18.
I tried to update sales order lines by sales header API using PATCH request of sales orders.
Default API URL:api.businesscentral.dynamics.com/.../{{Sandbox}}/api/v2.0/companies({{CompanyId}})/salesOrders
Custom API URL:api.businesscentral.dynamics.com/.../CustomsalesOrders
Using business central API(Using Both Default and Custom) I tried to add a new sales line in sales order API ,I got 200 OK as response but the new sales order line was not created.
Same thing happened when try to update sales order line using sales order API PATCH Request.
Can we updated sales order line and header in one API like we do deep insert , can we do deep update using Custom and Default Business Central API?
If any one have idea ,then Please suggest.
Thank you so much for your help.