PUT v1/manualevents/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

ManualEventResource
NameDescriptionTypeAdditional information
ManualEvent

ManualEventDto

None.

Request Formats

application/json, text/json

Sample:
{
  "manualEvent": {
    "id": 1,
    "location": 2,
    "name": "sample string 3",
    "length": 4,
    "device": 1,
    "deviceAction": 5,
    "deviceSlot": 6,
    "deviceTitle": 7,
    "deviceChapter": 8,
    "deviceCue": 9,
    "deviceFileKey": "sample string 10"
  }
}

application/xml, text/xml

Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs">
  <ManualEvent>
    <Device>1</Device>
    <DeviceAction>5</DeviceAction>
    <DeviceChapter>8</DeviceChapter>
    <DeviceCue>9</DeviceCue>
    <DeviceFileKey>sample string 10</DeviceFileKey>
    <DeviceSlot>6</DeviceSlot>
    <DeviceTitle>7</DeviceTitle>
    <Id>1</Id>
    <Length>4</Length>
    <Location>2</Location>
    <Name>sample string 3</Name>
  </ManualEvent>
</Resources>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.