POST api/Rating/SubmitNewRating
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Rating| Name | 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. |
Response 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.