PUT api/BOLiveStream/{livestreamId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
livestreamId

integer

Required

Body Parameters

mBOLiveStream_Update_Request
NameDescriptionTypeAdditional information
Name

string

Max length: 100

Detail

string

Max length: 500

LinkStream

string

Max length: 500

LinkAddress

string

Max length: 500

LinkAddressLive

string

Max length: 500

ShowStatus

boolean

None.

ls_isactive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Detail": "sample string 2",
  "LinkStream": "sample string 3",
  "LinkAddress": "sample string 4",
  "LinkAddressLive": "sample string 5",
  "ShowStatus": true,
  "ls_isactive": true
}

application/xml, text/xml

Sample:
<mBOLiveStream_Update_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.m_livestream">
  <Detail>sample string 2</Detail>
  <LinkAddress>sample string 4</LinkAddress>
  <LinkAddressLive>sample string 5</LinkAddressLive>
  <LinkStream>sample string 3</LinkStream>
  <Name>sample string 1</Name>
  <ShowStatus>true</ShowStatus>
  <ls_isactive>true</ls_isactive>
</mBOLiveStream_Update_Request>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.