PATCH api/smarthome/conversation/{conversationId}/review
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| conversationId | string |
Required |
Body Parameters
SmartHomeConversationReviewRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| member_id | string |
None. |
|
| rating | integer |
None. |
|
| review_comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"member_id": "sample string 1",
"rating": 1,
"review_comment": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.