POST api/reviews/widget

Request Information

URI Parameters

None.

Body Parameters

WidgetFilter
NameDescriptionTypeAdditional information
AccountKey

string

None.

LocationKey

string

None.

ReviewResponseType

string

None.

HideSummary

integer

None.

HideReviewButton

integer

None.

MaxNumberOfReviews

integer

None.

RatingFilter

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountKey": "sample string 1",
  "LocationKey": "sample string 2",
  "ReviewResponseType": "sample string 3",
  "HideSummary": 1,
  "HideReviewButton": 1,
  "MaxNumberOfReviews": 1,
  "RatingFilter": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.