POST api/reviews/google/reply/{contactkey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactkey | integer |
Required |
Body Parameters
Google_Reviews_Reply| Name | Description | Type | Additional information |
|---|---|---|---|
| Comment | string |
None. |
|
| URL | string |
None. |
|
| ReviewId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Comment": "sample string 1",
"URL": "sample string 2",
"ReviewId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.