POST api/AddWebLive

Request Information

URI Parameters

None.

Body Parameters

WebLiveModel
NameDescriptionTypeAdditional information
WebLiveId

integer

None.

UserId

integer

None.

WebLiveDate

date

None.

WebLiveDateShow

string

None.

WebLiveStartTime

date

None.

WebLiveStartTimeShow

string

None.

WebLiveEndTime

date

None.

WebLiveEndTimeShow

string

None.

WebLiveLink

string

None.

WebLiveLinkNew

string

None.

ConferenceName

string

None.

RoomId

string

None.

Operation

string

None.

ViewFlag

integer

None.

IsCreator

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "WebLiveId": 1,
  "UserId": 2,
  "WebLiveDate": "2025-12-27T03:11:27.5585717+00:00",
  "WebLiveDateShow": "sample string 4",
  "WebLiveStartTime": "2025-12-27T03:11:27.5585717+00:00",
  "WebLiveStartTimeShow": "sample string 6",
  "WebLiveEndTime": "2025-12-27T03:11:27.5585717+00:00",
  "WebLiveEndTimeShow": "sample string 8",
  "WebLiveLink": "sample string 9",
  "WebLiveLinkNew": "sample string 10",
  "ConferenceName": "sample string 11",
  "RoomId": "sample string 12",
  "Operation": "sample string 13",
  "ViewFlag": 14,
  "IsCreator": 15
}

application/xml, text/xml

Sample:
<WebLiveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DecstopAPI.Models">
  <ConferenceName>sample string 11</ConferenceName>
  <IsCreator>15</IsCreator>
  <Operation>sample string 13</Operation>
  <RoomId>sample string 12</RoomId>
  <UserId>2</UserId>
  <ViewFlag>14</ViewFlag>
  <WebLiveDate>2025-12-27T03:11:27.5585717+00:00</WebLiveDate>
  <WebLiveDateShow>sample string 4</WebLiveDateShow>
  <WebLiveEndTime>2025-12-27T03:11:27.5585717+00:00</WebLiveEndTime>
  <WebLiveEndTimeShow>sample string 8</WebLiveEndTimeShow>
  <WebLiveId>1</WebLiveId>
  <WebLiveLink>sample string 9</WebLiveLink>
  <WebLiveLinkNew>sample string 10</WebLiveLinkNew>
  <WebLiveStartTime>2025-12-27T03:11:27.5585717+00:00</WebLiveStartTime>
  <WebLiveStartTimeShow>sample string 6</WebLiveStartTimeShow>
</WebLiveModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultModel
NameDescriptionTypeAdditional information
Id

integer

None.

Result

string

None.

newResult

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Result": "sample string 2",
  "newResult": "sample string 3"
}

application/xml, text/xml

Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DecstopAPI.Models">
  <Id>1</Id>
  <Result>sample string 2</Result>
  <newResult>sample string 3</newResult>
</ResultModel>