POST api/ReviewData/UpdateReview/{id}
Updates a particular review in the system with POST Data input
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Represents the Review ID primary key |
integer |
Required |
Body Parameters
JSON FORM DATA of an review
Review| Name | Description | Type | Additional information |
|---|---|---|---|
| ReviewID | integer |
None. |
|
| Rating | integer |
None. |
|
| Comment | string |
None. |
|
| ReviewDate | date |
None. |
|
| AnimeID | integer |
None. |
|
| Anime | Anime |
None. |
|
| UserID | string |
None. |
|
| ApplicationUser | ApplicationUser |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
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
HEADER: 204 (Success, No Content Response) or HEADER: 400 (Bad Request) or HEADER: 404 (Not Found)
None.