POST api/AppChat/AppSaveChatRoom

AppSaveChatRoom

Request Information

URI Parameters

None.

Body Parameters

SaveChatRoom_Request
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

ChatRoomName

string

None.

ChatRoomUUID

globally unique identifier

None.

PhotoUUID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "e5e60442-1da1-4456-a46b-5b26f2f00339",
  "ChatRoomName": "sample string 1",
  "ChatRoomUUID": "714984cc-1c38-41da-95bc-f28460f01111",
  "PhotoUUID": "2a6c39cb-d7a4-468f-a764-f68f03413b77"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SaveChatRoom_Request
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

ChatRoomName

string

None.

ChatRoomUUID

globally unique identifier

None.

PhotoUUID

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "04579297-bc78-4ed3-9b2b-5f1cd65bde00",
  "ChatRoomName": "sample string 1",
  "ChatRoomUUID": "ef9f0009-cee6-4d7e-b081-d7c04847dd41",
  "PhotoUUID": "f82c8f6c-ba74-45cc-9944-c7653e06d24d"
}