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": "4253990e-ae9f-4883-8e3c-81a30c315823",
  "ChatRoomName": "sample string 1",
  "ChatRoomUUID": "45789ffd-8434-4315-b6c6-147e35a06e40",
  "PhotoUUID": "80b519dc-6d23-4052-82cf-f8dd57e80c4b"
}

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": "0d01dcb3-6844-422a-bf1e-218a1718341c",
  "ChatRoomName": "sample string 1",
  "ChatRoomUUID": "9dfe587c-03cb-41de-a97a-9411ba075b07",
  "PhotoUUID": "3a05adee-32a4-49b5-a722-eb7cc67ff024"
}