DELETE Channels/ChannelsApi/ArchiveMembersFromChannel
Request Information
URI Parameters
None.
Body Parameters
ChannelUpsertInputModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
OwnerId | globally unique identifier |
None. |
|
ChannelName | string |
None. |
|
ChannelImage | string |
None. |
|
IsDeleted | boolean |
None. |
|
IsInsert | boolean |
None. |
|
ChannelMembers | Collection of ChannelMemberModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "930482af-9ee6-4acd-bc4a-35875cb4a01a", "OwnerId": "78b06c76-eb2f-4e7e-b8da-24087a849e95", "ChannelName": "sample string 1", "ChannelImage": "sample string 2", "IsDeleted": true, "IsInsert": true, "ChannelMembers": [ { "ChannelMemberId": "d477b615-d956-469d-8306-851896083884", "IsReadOnly": true }, { "ChannelMemberId": "d477b615-d956-469d-8306-851896083884", "IsReadOnly": true } ] }
application/xml, text/xml
Sample:
<ChannelUpsertInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Communicator.Models.Channels"> <ChannelImage>sample string 2</ChannelImage> <ChannelMembers> <ChannelMemberModel> <ChannelMemberId>d477b615-d956-469d-8306-851896083884</ChannelMemberId> <IsReadOnly>true</IsReadOnly> </ChannelMemberModel> <ChannelMemberModel> <ChannelMemberId>d477b615-d956-469d-8306-851896083884</ChannelMemberId> <IsReadOnly>true</IsReadOnly> </ChannelMemberModel> </ChannelMembers> <ChannelName>sample string 1</ChannelName> <Id>930482af-9ee6-4acd-bc4a-35875cb4a01a</Id> <IsDeleted>true</IsDeleted> <IsInsert>true</IsInsert> <OwnerId>78b06c76-eb2f-4e7e-b8da-24087a849e95</OwnerId> </ChannelUpsertInputModel>
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.