POST restapi/personal/instantmessages/communicationchannel/{channelId}/v1?unregister={unregister}

Register a (SignalR) communication channel

Request Information

URI Parameters

NameDescriptionTypeAdditional information
channelId

The string identifier recieved from the SignalR server

string

Required

unregister

The old string identifier recieved from the SignalR server that we want to remove.

string

Default value is

Body Parameters

None.

Response Information

Resource Description

200 OK or exception

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.