POST api/WFM/LogoffFromVideoChannel?userId={userId}&reason={reason}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

string

Required

reason

string

Default value is logoff

Body Parameters

None.

Response Information

Resource Description

GenericApiResponseOfObject
NameDescriptionTypeAdditional information
Status

integer

None.

ErrorDesc

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "ErrorDesc": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<GenericApiResponseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WFM_WebAPI.dto.response">
  <Data />
  <ErrorDesc>sample string 2</ErrorDesc>
  <Status>1</Status>
</GenericApiResponseOfanyType>