POST api/v2/Version2.VideoConference

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

VideoConeferenceInputModel
NameDescriptionTypeAdditional information
LoginUserID

string

None.

MeetingWithID

string

None.

MeetingRoomID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LoginUserID": "sample string 1",
  "MeetingWithID": "sample string 2",
  "MeetingRoomID": "sample string 3"
}

application/xml, text/xml

Sample:
<MCObjects.VideoConeferenceInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MC.Entity.v2">
  <LoginUserID>sample string 1</LoginUserID>
  <MeetingRoomID>sample string 3</MeetingRoomID>
  <MeetingWithID>sample string 2</MeetingWithID>
</MCObjects.VideoConeferenceInputModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VideoConeferenceInputModel'.

Response Information

Resource Description

MessageCodes
NameDescriptionTypeAdditional information
Result

string

None.

Message

string

None.

MessageCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": "sample string 1",
  "Message": "sample string 2",
  "MessageCode": "sample string 3"
}

application/xml, text/xml

Sample:
<MCObjects.MessageCodes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MC.Entity.v2">
  <Message>sample string 2</Message>
  <MessageCode>sample string 3</MessageCode>
  <Result>sample string 1</Result>
</MCObjects.MessageCodes>