Reviews
Post a reply to a review
This endpoint lets you reply to a given review.
post/comments
Request body
Example request
{
"review_id": 34,
"parent_id": 1234,
"content": "Merci ❤️",
"reply_template_id": 5678,
"reply_suggestion": {
"reply_suggestion_id": 91011,
"reply_suggestion_modified": true
}
}Response
OK
Example response
{
"id": 82938,
"partner_id": "accounts/114063712393225091258/locations/74805271119400652054",
"created": "2019-08-01T19:15:54.256000+02:00",
"author_name": "Castorche",
"content": "Merci ❤️",
"date": "2017-08-01T19:15:54.256000+02:00",
"update_date": "2017-08-01T19:15:54.256000+02:00",
"can_edit": true,
"review_id": 34,
"user_id": "123456789abcdef2f60c42ff"
}