POST v1/scheduleitems
Request Information
URI Parameters
None.
Body Parameters
ScheduleItemResourceName | Description | Type | Additional information |
---|---|---|---|
ScheduleItem | ScheduleItemDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "scheduleItem": { "id": 1, "channel": 2, "show": 1, "runDateTime": "2025-05-23T16:37:21.7667691-04:00", "runBump": 3, "runLock": true, "runType": 1, "bugText": "sample string 5", "crawlText": "sample string 6", "crawlLength": 7, "cgExempt": true, "idType": 9, "manualEvent": 1, "runStatus": 10, "deleted": true, "recordEvents": [ 1, 2 ], "filler": true, "scheduleRule": 1, "liveCaptions": true, "encoder": 1, "captionProvider": "sample string 13", "captionVocabulary": 1, "liveTranslations": true, "sourceLanguage": "sample string 15", "translationLanguage": "sample string 16", "hasFiles": true, "hasValidFile": true, "hasInvalidFile": true, "hasProcessingFile": true, "secondaryAudioProgramming": 21, "hasNetworkBroadcastEvents": true, "hasNetworkBroadcastErrors": true } }
application/xml, text/xml
Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs"> <ScheduleItem> <BugText>sample string 5</BugText> <CaptionProvider>sample string 13</CaptionProvider> <CaptionVocabulary>1</CaptionVocabulary> <CgExempt>true</CgExempt> <Channel>2</Channel> <CrawlLength>7</CrawlLength> <CrawlText>sample string 6</CrawlText> <Deleted>true</Deleted> <Encoder>1</Encoder> <Filler>true</Filler> <HasFiles>true</HasFiles> <HasInvalidFile>true</HasInvalidFile> <HasNetworkBroadcastErrors>true</HasNetworkBroadcastErrors> <HasNetworkBroadcastEvents>true</HasNetworkBroadcastEvents> <HasProcessingFile>true</HasProcessingFile> <HasValidFile>true</HasValidFile> <Id>1</Id> <IdType>9</IdType> <LiveCaptions>true</LiveCaptions> <LiveTranslations>true</LiveTranslations> <ManualEvent>1</ManualEvent> <RecordEvents xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> </RecordEvents> <RunBump>3</RunBump> <RunDateTime>2025-05-23T16:37:21.7667691-04:00</RunDateTime> <RunLock>true</RunLock> <RunStatus>10</RunStatus> <RunType>1</RunType> <ScheduleRule>1</ScheduleRule> <SecondaryAudioProgramming>21</SecondaryAudioProgramming> <Show>1</Show> <SourceLanguage>sample string 15</SourceLanguage> <TranslationLanguage>sample string 16</TranslationLanguage> </ScheduleItem> </Resources>
Response Information
Resource Description
HttpResponseMessageName | 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. |