POST api/reviews/google/reply/{contactkey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactkey

integer

Required

Body Parameters

Google_Reviews_Reply
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.