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