Skip to Content
0
Former Member
Aug 02, 2016 at 09:13 PM

how to add delivery address using REST

289 Views

I am able to register a customer using REST API call. Can some one let me know how to add a delivery address to the Customer?

I have created an AddressDTO , RegionDTO, CountryDTO. Country and Region are set inside Address DTO. I am posting AddressDTO as JSON object Can someone help me if I am going in right direction?