Request Parameters:


Personal information will edit by the user.


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


Parameter:

{

"apiSecretKey": "r102x99g112u110t118p105k109c105",

"storeId": "1",

"personalInfo":

{

"Gender": "test",

"FirstName": "test",

"LastName": "test",

"DateOfBirth": "1947-04-02",

"Email": "admin@test.in",

"CompanyName": "test",

"PhoneNumber": "1153646",

"NewsLetter": "1"

},

"customerId": "1"

}


Response :


=>When Same username already exist it will response with following parameters

   {

       "InfoEditResult": "The username is already in use"

   }


=>When  info is edited successfully  it will response with following parameters


   {

       "InfoEditResult": "Information updated successfully"

   }