POST api/v1/HotelReview/CreateHotelReview

Request Information

URI Parameters

None.

Body Parameters

HotelReview
NameDescriptionTypeAdditional information
_Id

integer

None.

_HotelId

integer

None.

_Title

string

Required

_Username

string

Required

_From

string

None.

_Content

string

Required

_Rating

integer

Required

_CreationDate

date

None.

_UpdatedDate

date

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_Id": 1,
  "_HotelId": 2,
  "_Title": "sample string 3",
  "_Username": "sample string 4",
  "_From": "sample string 5",
  "_Content": "sample string 6",
  "_Rating": 7,
  "_CreationDate": "2026-01-20T20:26:50.6562415+00:00",
  "_UpdatedDate": "2026-01-20T20:26:50.6562415+00:00",
  "_SysNumber": 8
}

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.