Skip to content
Rulee Chen edited this page Apr 15, 2020 · 4 revisions

Request:

  • Url /apis/reviews

  • Method POST

  • Content-Type application/json

  • Payload

{
  "PropertyId": 8849,
  "Rating": 5,
  "ReviewTitle": "test review title",
  "ReviewDescription": "This is a test review content",
  "ReviewerName": "John Wang",
  "ManagementComments": null,
  "IsApproved": false
}

Response:

  • Content-Type application/json

  • Payload

{
  "Success": true,
  "ReviewId": 14947,
}

Error Response:

  • Content-Type application/json

  • Payload

{
  "Success": false,
  "Message": "..."
}
Clone this wiki locally