POST api/seo/PostReview

Request Information

URI Parameters

None.

Body Parameters

SeoRatingModel
NameDescriptionTypeAdditional information
UrlName

string

None.

ReviewerName

string

None.

Comment

string

None.

Rating

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UrlName": "sample string 1",
  "ReviewerName": "sample string 2",
  "Comment": "sample string 3",
  "Rating": 4
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SeoRatingModel'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true