Hi Experts,
Hope all are doing well.
I am facing an issue while update any field such as Ship-to Quantity or Description of Sales Order Line. Below are the detals.
URL: api.businesscentral.dynamics.com/.../{SandBox Name}/api/v1.0/companies(Company Id)/salesOrders(SalesOrder ID)/salesOrderLines(Sales Order Line Id)
BodyJson:
{
"description": "Test"
}
Error:
{
"error": {
"code": "BadRequest_NotFound",
"message": "')' or ',' expected at position 5 in '(0e63e6a2-dc77-ea11-a813-000d3a871ef9-10000)'. CorrelationId: f3027dc0-acd0-409a-92d3-ac0c71743174."
}
}
Did anyone face this before?
Thanks in advance.