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": "d0c04f4e-1223-45fe-b5ff-07f9d25ddf47",
  "ChatRoomName": "sample string 1",
  "ChatRoomUUID": "62fa7bdb-df91-474e-865a-8d84249c1733",
  "PhotoUUID": "8d4305cc-5f26-4968-bf20-e7469b8790da"
}

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": "ad1410f5-c321-4a80-8e7f-7f5c8358584e",
  "ChatRoomName": "sample string 1",
  "ChatRoomUUID": "03c76ff6-642d-423b-9b95-3a5a6876bd5f",
  "PhotoUUID": "c42d4e23-5375-4a8a-b114-164767e82c4c"
}