POST api/seo/PostReview
Request Information
URI Parameters
None.
Body Parameters
SeoRatingModelName | Description | Type | Additional 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:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true