POST a reply to a given review. The date will be set by server. Note that replies no longer have star ratings, only top-level reviews do.
POST
/recipe/review/{reviewId}/replies
Review
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api2.bigoven.com/recipe/review//replies'
Response Response Example
{
"Comment": "string",
"CreationDate": "2019-08-24T14:15:22Z",
"ID": "string",
"LastModified": "2019-08-24T14:15:22Z",
"Poster": {
"FirstName": "string",
"LastName": "string",
"PhotoUrl": "string",
"UserID": 0,
"UserName": "string"
},
"ReviewID": "string"
}
Request
Path Params
reviewId
string
required
Body Params application/x-www-form-urlencoded
Comment
string
optional
Responses
Modified at 2023-08-15 06:02:32