Request Parameters:


Register method allow customer to register.


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


Parameter:

{

"apiSecretKey":"r102x99g112u110t118p105k109c105",

"storeId":"1",

"userName":"hard",

"emailId": "hardik@mail.com",

"password": "admin",

"languageId":"1",

"firstName":"Hardik",

"lastName":"Soneji",

"phoneNumber":"90052241123",

"gender":"Male",

"dateOfBirth":"1993-08-16",

"companyName":"XcellenceIt",

"newsLetter":"true",

"isGuestCustomerId":"1"

}


Response Parameters:


{

       "RegisterResult":

       {

           "Customer":

           {

               "Id": 17,

               "Active": true,

               "AdminComment": null,

               "AffiliateId": 0,

               "BillingAddress": null,

               "CannotLoginUntilDateUtc": null,

               "CreatedOnUtc": "/Date(1496133967195)/",

               "CustomerGuid": "53b375e4-8576-49a9-a4f7-edb228bb4205",

               "Deleted": false,

               "Email": "hardik@mail.com",

               "EmailToRevalidate": null,

               "FailedLoginAttempts": 0,

               "HasShoppingCartItems": false,

               "IsSystemAccount": false,

               "IsTaxExempt": false,

               "LastActivityDateUtc": "/Date(1496133967195)/",

               "LastIpAddress": null,

               "LastLoginDateUtc": null,

               "RegisteredInStoreId": 0,

               "RequireReLogin": false,

               "ShippingAddress": null,

               "SystemName": null,

               "Username": "hardik",

               "VendorId": 0

           },

           "IsValidRegistration": true,

           "Message": "Your registration completed"

       }

   }