Hello all,
I was trying to create ship to address and updating bill to address to customer. Able to update Bill to Address through Microsoft Standard API- PATCH businesscentralPrefix/companies({id})/customers({id}) with reference https://docs.microsoft.com/en-us/dynamics-nav/api-reference/v1.0/api/dynamics_customer_update - Entity.
But I am not able to get any API - which can add Ship to addresses to Customer. I have tried Sale Order Import API to, but address not getting updated against Customer account. It remain on sales order with custom address . Is there any way or API given by Microsoft to create ship to addresses against customer, Or we need to customize our own API.
Please let me know