POST api/AppChat/AppSaveChatRoomSelfremove
AppSaveChatRoomSelfremove
Request Information
URI Parameters
None.
Body Parameters
ChatRoomSelfremove| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatRoomUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatRoomUUID": "e7f7876c-668d-45c3-95e8-a1eadda528cc",
"UserUUIDCur": "ef7b23b2-f3e8-483f-b5e5-4370d18997e5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.