PUT api/Rating/UpdateRating/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
RatingName | Description | Type | Additional information |
---|---|---|---|
RatingId | integer |
None. |
|
VenueIdRestaurantId | integer |
None. |
|
UserId | string |
None. |
|
ClientName | string |
None. |
|
ClientEmail | string |
None. |
|
Score | decimal number |
Required |
|
Review | string |
None. |
|
Upvote | integer |
None. |
|
Created | date |
None. |
|
Updated | date |
None. |
|
ReviewPictures | Collection of ReviewPicture |
None. |
|
RatingType | RatingTypeEnum |
None. |
|
Disabled | boolean |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.