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": "52b85222-cd89-4d3b-ad59-2f9713460a81",
  "ChatRoomName": "sample string 1",
  "ChatRoomUUID": "f9ceb543-811b-469b-a7c6-d24bbe9231b3",
  "PhotoUUID": "021b07fb-7bdb-4c78-a6fa-f3c8f05368c6"
}

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": "13b0dd4a-346d-4636-a5e0-ed16dc738430",
  "ChatRoomName": "sample string 1",
  "ChatRoomUUID": "59db4318-35ff-4859-aa48-6b3b1b8bf2cf",
  "PhotoUUID": "4e841fd5-ecfc-4f51-9e1a-54b0037edfe8"
}