Request Parameters:


Add the products review to product


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


Parameter:


{

"apiSecretKey": "k117x118z122r116t100e100r118j122",

"storeId": "1",

"customerId": "1",

"productId": "3",

"languageId" : "1"

}


Response :


  {

       "ProductReviewsResult":

       {

           "Id": 0,

           "Message": null,

           "AddProductReview": null,

           "Items":

           [

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 57,

                   "AllowViewingProfiles": false,

                   "CustomerId": 17,

                   "CustomerName": "Hardik",

                   "Helpfulness":

                   {

                       "CustomProperties":

                       [

                       ],

                       "HelpfulNoTotal": 0,

                       "HelpfulYesTotal": 0,

                       "ProductReviewId": 57

                   },

                   "Rating": 5,

                   "ReplyText": null,

                   "ReviewText": "test",

                   "Title": "test",

                   "WrittenOnStr": "5/30/2017 4:02 PM"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 58,

                   "AllowViewingProfiles": false,

                   "CustomerId": 1,

                   "CustomerName": "test1",

                   "Helpfulness":

                   {

                       "CustomProperties":

                       [

                       ],

                       "HelpfulNoTotal": 0,

                       "HelpfulYesTotal": 0,

                       "ProductReviewId": 58

                   },

                   "Rating": 5,

                   "ReplyText": null,

                   "ReviewText": "Performance is high and resolution is more than expectation.Webcam is working fine.",

                   "Title": "Performance and Resolution",

                   "WrittenOnStr": "5/30/2017 4:04 PM"

               }

           ],

           "ProductId": 3,

           "ProductName": "Lenovo IdeaCentre 600 All-in-One PC",

           "ProductSeName": "lenovo-ideacentre-600-all-in-one-pc"

       }

   }