POST api/Video/ViewLiveEvent?userid={userid}&eventid={eventid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

integer

Required

eventid

integer

Required

Body Parameters

None.

Response Information

Resource Description

clsLiveEventResponse
NameDescriptionTypeAdditional information
ResponseCode

integer

None.

ResponseMessage

string

None.

VideoTag

string

None.

ChatTag

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseMessage": "sample string 2",
  "VideoTag": "sample string 3",
  "ChatTag": "sample string 4"
}

application/xml, text/xml

Sample:
<clsLiveEventResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <ChatTag>sample string 4</ChatTag>
  <ResponseCode>1</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
  <VideoTag>sample string 3</VideoTag>
</clsLiveEventResponse>