Request Parameters:


Customer can update the address.


URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/UpdateAddress


Parameter:


{

"apiSecretKey":"r102x99g112u110t118p105k109c105",

"storeId":"1",

"addressResponse":

{

"FirstName": "Hardik",

"LastName": "Soneji",

"Email": "mail.com",

"Company": "Xit",

"CountryId": "1",

"StateProvinceId": "40",

"City": "Surat",

"Address1": "Katargam",

"ZipPostalCode":"395002",

"PhoneNumber":"9856230147"

},

"customerId": "1",

"addressId": "14"

}


Response Parameters:


=>When Address doesn't exist it will response with following parameters

   {

       "UpdateAddressResult": "Address not found"

   }


=>When Address Updated Successfully it will response with following parameters

   {

       "UpdateAddressResult": "Address Updated Successfully "

   }