PUT Channels/ChannelsApi/UpsertConversation
Request Information
URI Parameters
None.
Body Parameters
ConversationUpsertInputModelName | Description | Type | Additional information |
---|---|---|---|
ConversationId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
IsChannel | boolean |
None. |
|
Mute | boolean |
None. |
|
Star | boolean |
None. |
|
Hide | boolean |
None. |
|
MuteTime | integer |
None. |
|
MutedOn | date |
None. |
|
MessageDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ConversationId": "f2bdbe23-8c45-4784-8fab-29ccd2f9e554", "UserId": "0930e783-5768-4d99-a6e6-1d8f3cbb28a2", "IsChannel": true, "Mute": true, "Star": true, "Hide": true, "MuteTime": 1, "MutedOn": "2025-04-04T03:11:10.8605984+01:00", "MessageDateTime": "2025-04-04T03:11:10.8605984+01:00" }
application/xml, text/xml
Sample:
<ConversationUpsertInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Communicator.Models.Channels"> <ConversationId>f2bdbe23-8c45-4784-8fab-29ccd2f9e554</ConversationId> <Hide>true</Hide> <IsChannel>true</IsChannel> <MessageDateTime>2025-04-04T03:11:10.8605984+01:00</MessageDateTime> <Mute>true</Mute> <MuteTime>1</MuteTime> <MutedOn>2025-04-04T03:11:10.8605984+01:00</MutedOn> <Star>true</Star> <UserId>0930e783-5768-4d99-a6e6-1d8f3cbb28a2</UserId> </ConversationUpsertInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommunicatorJsonResultName | Description | Type | Additional information |
---|---|---|---|
Content | CommunicatorJsonResult |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.