Hello Community
I am facing some issues while creating fulfillment of Order's line-item id.
API ref: docs.microsoft.com/.../dynamics_salesorderline_update
Can you please check what could be the issue and I didn't get the meaning of this CorrelationId
Request:
https://api.businesscentral.dynamics.com/v2.0/XXX/api/v2.0/companies(ee6a02d9-966b-46da-b473-320d794048f0)/salesOrderLines('38f6c48b-6432-41e7-a945-71bffa9a72c7')
IN body I am just passing {shipQuantity=10} as an object
Here 38f6c48b-6432-41e7-a945-71bffa9a72c7 is the Id which I get from Order=> salesOrderLines=> (I tried with itemId too but with that I get different CorrelationId message error in api response)
API Response Error:
{"error":{"code":"BadRequest_NotFound","message":"Bad Request - Error in query syntax. CorrelationId: 94886ba5-2adc-479f-9eb1-d8438d9ed4b5."}}