POST api/Ecampus/InsertIntoDyntubeLog

Request Information

URI Parameters

None.

Body Parameters

DyntubeLogModel
NameDescriptionTypeAdditional information
DetailId

string

None.

videoKey

string

None.

uploadId

string

None.

videoId

string

None.

channelKey

string

None.

privateLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DetailId": "sample string 1",
  "videoKey": "sample string 2",
  "uploadId": "sample string 3",
  "videoId": "sample string 4",
  "channelKey": "sample string 5",
  "privateLink": "sample string 6"
}

application/xml, text/xml

Sample:
<DyntubeLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Model">
  <DetailId>sample string 1</DetailId>
  <channelKey>sample string 5</channelKey>
  <privateLink>sample string 6</privateLink>
  <uploadId>sample string 3</uploadId>
  <videoId>sample string 4</videoId>
  <videoKey>sample string 2</videoKey>
</DyntubeLogModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IResponseModelOfObject
NameDescriptionTypeAdditional information
ResponseMessage

string

None.

ResponseCode

integer

None.

ResponseData

Object

None.

Response Formats

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

Sample:

Sample not available.