POST api/AppChat/AppSaveChatRoomSelfremove

AppSaveChatRoomSelfremove

Request Information

URI Parameters

None.

Body Parameters

ChatRoomSelfremove
NameDescriptionTypeAdditional information
ChatRoomUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ChatRoomUUID": "6b0a9286-55ad-441e-9e1d-eaa246c8368c",
  "UserUUIDCur": "a79a6676-fe7b-446d-940f-dd29b8cb21c0"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.