POST api/WebCast/DeleteVideoTimeStamp
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| vds | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Title": "sample string 2",
"TimeStamp": 3,
"Order": 4,
"VideoId": 5
}
application/xml, text/xml
Sample:
<VideoTimeStamp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Blackpool.Domains.WebCasting"> <Id>1</Id> <Order>4</Order> <TimeStamp>3</TimeStamp> <Title>sample string 2</Title> <VideoId>5</VideoId> </VideoTimeStamp>
application/x-www-form-urlencoded
Sample:
Sample not available.