Request Parameters:


For contact admin or for inquiry to admin


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


Parameter:

{

"apiSecretKey": "k117x118z122r116t100e100r118j122",

"storeId": "1",

"contactModel":

{

"Email":"test@test.com",

"Enquiry":"Mobile",

"FullName":"Tested"

}

}


Response:


   {

       "ContactUsSendResult":

       {

           "Id": 0,

           "Message": null,

           "DisplayCaptcha": false,

           "Email": "test@test.com",

           "Enquiry": "Mobile",

           "FullName": "Tested",

           "Result": "Your enquiry has been successfully sent to the store owner.",

           "SuccessfullySent": true

       }

   }