Request Parameters:


Retrieve the information of customer.


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


Parameter:

{

"apiSecretKey":"r102x99g112u110t118p105k109c105",

"storeId":"1",

"customerId":"1"

}


Response :


   {

       "InfoResult":

       {

           "Id": 0,

           "Message": null,

           "CompanyName": "test",

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

           "Email": "admin@yourstore.com",

           "FirstName": "test1",

           "Gender": "test1",

           "LastName": "test1"

       }

   }