PUT reviews/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
ReviewRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ProductId | integer |
None. |
|
UserId | globally unique identifier |
None. |
|
ReviewerId | globally unique identifier |
None. |
|
Review | string |
None. |
|
Rating | Collection of Rating |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "d711911d-9e27-45de-88b1-981e0fb0b2d5", "productId": 2, "userId": "ec7a74bd-a6ee-4c11-aea8-91038dd9f846", "reviewerId": "8b999f1e-30ea-411e-a5c4-81372f97e63c", "review": "sample string 5", "rating": [ { "reviewId": "1f7165b0-80ed-47fa-bd8a-1f2f78475337", "ratingType": "Advice", "rate": 2.1 }, { "reviewId": "1f7165b0-80ed-47fa-bd8a-1f2f78475337", "ratingType": "Advice", "rate": 2.1 } ] }
text/html, multipart/form-data
Sample:
{"id":"d711911d-9e27-45de-88b1-981e0fb0b2d5","productId":2,"userId":"ec7a74bd-a6ee-4c11-aea8-91038dd9f846","reviewerId":"8b999f1e-30ea-411e-a5c4-81372f97e63c","review":"sample string 5","rating":[{"reviewId":"1f7165b0-80ed-47fa-bd8a-1f2f78475337","ratingType":"Advice","rate":2.1},{"reviewId":"1f7165b0-80ed-47fa-bd8a-1f2f78475337","ratingType":"Advice","rate":2.1}]}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.