POST api/v1/HotelReview/UpdateHotelReview
Request Information
URI Parameters
None.
Body Parameters
HotelReview| Name | Description | Type | Additional 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-20T21:40:20.7535565+00:00",
"_UpdatedDate": "2026-01-20T21:40:20.7535565+00:00",
"_SysNumber": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.