Hi Team,
but not able to create multiple address with single http call in c# or via postman, If we are posting with customer entity with single address its creating successfully, but not with multiple array of address.
Customer entity has address of type array but not able to do in single http call.
currently I'm creating customer with 1 address post request and one more call with patch request for updating another address.
I want to create customer with multiple address with single call.
I tried with postman also its not working.
Thanks in advace