POST v1/recordevents
Request Information
URI Parameters
None.
Body Parameters
RecordEventResource| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordEvent | RecordEventDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"recordEvent": {
"id": 1,
"location": 1,
"name": "sample string 2",
"runDateTime": "2025-10-31T23:33:09.2107454-04:00",
"length": 1,
"media": 1,
"playDevice": 1,
"playDeviceSlot": 1,
"playDeviceTitle": 1,
"playDeviceChapter": 1,
"playDeviceCue": 1,
"playDeviceFileKey": "sample string 4",
"recordDevice": 1,
"recordDeviceSlot": 1,
"recordDeviceTitle": 1,
"recordDeviceChapter": 1,
"recordDeviceCue": 1,
"recordDeviceFileKey": "sample string 5",
"scheduleItem": 1,
"runStatus": 1,
"deleted": true,
"networkStream": 1,
"liveCaptions": true,
"captionProvider": "sample string 8",
"captionVocabulary": 1,
"liveTranslations": true,
"sourceLanguage": "sample string 10",
"translationLanguage": "sample string 11",
"recordAudioProgramCount": 1
}
}
application/xml, text/xml
Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs">
<RecordEvent>
<CaptionProvider>sample string 8</CaptionProvider>
<CaptionVocabulary>1</CaptionVocabulary>
<Deleted>true</Deleted>
<Id>1</Id>
<Length>1</Length>
<LiveCaptions>true</LiveCaptions>
<LiveTranslations>true</LiveTranslations>
<Location>1</Location>
<Media>1</Media>
<Name>sample string 2</Name>
<NetworkStream>1</NetworkStream>
<PlayDevice>1</PlayDevice>
<PlayDeviceChapter>1</PlayDeviceChapter>
<PlayDeviceCue>1</PlayDeviceCue>
<PlayDeviceFileKey>sample string 4</PlayDeviceFileKey>
<PlayDeviceSlot>1</PlayDeviceSlot>
<PlayDeviceTitle>1</PlayDeviceTitle>
<RecordAudioProgramCount>1</RecordAudioProgramCount>
<RecordDevice>1</RecordDevice>
<RecordDeviceChapter>1</RecordDeviceChapter>
<RecordDeviceCue>1</RecordDeviceCue>
<RecordDeviceFileKey>sample string 5</RecordDeviceFileKey>
<RecordDeviceSlot>1</RecordDeviceSlot>
<RecordDeviceTitle>1</RecordDeviceTitle>
<RunDateTime>2025-10-31T23:33:09.2107454-04:00</RunDateTime>
<RunStatus>1</RunStatus>
<ScheduleItem>1</ScheduleItem>
<SourceLanguage>sample string 10</SourceLanguage>
<TranslationLanguage>sample string 11</TranslationLanguage>
</RecordEvent>
</Resources>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |