POST api/school/save-streaming-config

Request Information

URI Parameters

None.

Body Parameters

LiveStreamingSaveRequest
NameDescriptionTypeAdditional information
Id

integer

None.

StreamType

string

None.

Ip

string

None.

Port

integer

None.

Channel

string

None.

Username

string

None.

Password

string

None.

SchoolId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "StreamType": "sample string 2",
  "Ip": "sample string 3",
  "Port": 4,
  "Channel": "sample string 5",
  "Username": "sample string 6",
  "Password": "sample string 7",
  "SchoolId": 8
}

application/xml, text/xml

Sample:
<LiveStreamingSaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers">
  <Channel>sample string 5</Channel>
  <Id>1</Id>
  <Ip>sample string 3</Ip>
  <Password>sample string 7</Password>
  <Port>4</Port>
  <SchoolId>8</SchoolId>
  <StreamType>sample string 2</StreamType>
  <Username>sample string 6</Username>
</LiveStreamingSaveRequest>

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.