curl --location 'https://api.tvunetworks.com/template/addScheduleTemplate' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '{
"name": "TemplateTVU-underplay.xml",
"programId": "bf126e495c0d47308fda297cf96b59b1",
"userId": "ff8080816e9272c2016f226a5095011b",
"scheduleFileEventParamList": [
{
"startTime": 0,
"endTime": 600000,
"bitrate": 0,
"delay": 0,
"title": "Primary Event 1",
"sourceType": 0,
"duration": 600000,
"fixedStartMode": true,
"followOnStartMode": false,
"fixedEndMode": true,
"holdEndMode": false,
"liveSource": false,
"clipSource": true,
"mediaFileName": "TestBars",
"liveFileName": "TestBars",
"scheduleFileEventSegmentList": [
{
"segmentId": 1,
"title": "Primary Event 1",
"timingIn": 0,
"timingOut": 600,
"sourceType": 0,
"fileName": "TestBars",
"segmentOrder": 2,
"type": ""
},
{
"segmentId": 13,
"title": "Weather bug",
"timingIn": 10,
"timingOut": 20,
"sourceType": 0,
"fileName": "WeatherBug",
"segmentOrder": 3,
"type": "Crawl"
}
]
},
{
"startTime": 600000,
"endTime": 3600000,
"bitrate": 0,
"delay": 0,
"title": "Primary Event 2",
"sourceType": 0,
"duration": 3000000,
"fixedStartMode": false,
"followOnStartMode": false,
"fixedEndMode": false,
"holdEndMode": true,
"liveSource": false,
"clipSource": true,
"mediaFileName": "ExternalSource2",
"liveFileName": "ExternalSource2",
"scheduleFileEventSegmentList": [
{
"segmentId": 1,
"title": "Primary Event 2",
"timingIn": 0,
"timingOut": 1200,
"sourceType": 0,
"fileName": "ExternalSource2",
"segmentOrder": 2,
"type": ""
},
{
"segmentId": 13,
"title": "Secondary 2",
"timingIn": 5,
"timingOut": 35,
"sourceType": 0,
"fileName": "ChannelBug.png",
"segmentOrder": 3,
"type": "Logo"
},
{
"segmentId": 11,
"title": "Primary Event 2",
"timingIn": 1200,
"timingOut": 1320,
"sourceType": 0,
"fileName": "",
"segmentOrder": 4,
"type": ""
},
{
"segmentId": 10,
"title": "Primary Event 2",
"timingIn": 1320,
"timingOut": 1620,
"sourceType": 0,
"fileName": "MediaTemp",
"segmentOrder": 5,
"type": ""
},
{
"segmentId": 1,
"title": "Primary Event 2",
"timingIn": 1620,
"timingOut": 2100,
"sourceType": 0,
"fileName": "ExternalSource2",
"segmentOrder": 6,
"type": ""
},
{
"segmentId": 14,
"title": "Primary Event 2",
"timingIn": 2100,
"timingOut": 2220,
"sourceType": 0,
"fileName": "TimeSignalMultiAutoStopTemp",
"segmentOrder": 7,
"type": ""
},
{
"segmentId": 5,
"title": "Primary Event 2",
"timingIn": 2220,
"timingOut": 2400,
"sourceType": 0,
"fileName": "PromoTemp",
"segmentOrder": 8,
"type": ""
},
{
"segmentId": 1,
"title": "Primary Event 2",
"timingIn": 2400,
"timingOut": 3600,
"sourceType": 0,
"fileName": "ExternalSource4",
"segmentOrder": 9,
"type": ""
}
]
},
{
"startTime": 3600000,
"endTime": 7200000,
"bitrate": 0,
"delay": 0,
"title": "Primary Event 3",
"sourceType": 0,
"duration": 3600000,
"fixedStartMode": false,
"followOnStartMode": false,
"fixedEndMode": true,
"holdEndMode": false,
"liveSource": false,
"clipSource": true,
"mediaFileName": "ExternalSource3",
"liveFileName": "ExternalSource3",
"scheduleFileEventSegmentList": [
{
"segmentId": 6,
"title": "SCTE PGM Start Show 1",
"timingIn": 0,
"timingOut": 0,
"sourceType": 0,
"fileName": "SCTE PGM Start",
"segmentOrder": 2,
"type": ""
},
{
"segmentId": 1,
"title": "Primary Event 3",
"timingIn": 0,
"timingOut": 300,
"sourceType": 0,
"fileName": "ExternalSource3",
"segmentOrder": 3,
"type": ""
},
{
"segmentId": 4,
"title": "UnderplayTemp1",
"timingIn": 300,
"timingOut": 900,
"sourceType": 0,
"fileName": "UnderplayTemp3",
"segmentOrder": 4,
"type": ""
},
{
"segmentId": 1,
"title": "Primary Event 3",
"timingIn": 900,
"timingOut": 2700,
"sourceType": 0,
"fileName": "ExternalSource3",
"segmentOrder": 5,
"type": ""
},
{
"segmentId": 2,
"title": "SpliceInsertScte",
"timingIn": 2700,
"timingOut": 2820,
"sourceType": 0,
"fileName": "SpliceInsertScteTemp",
"segmentOrder": 6,
"type": ""
},
{
"segmentId": 1,
"title": "Primary Event 3",
"timingIn": 2820,
"timingOut": 3600,
"sourceType": 0,
"fileName": "ExternalSource3",
"segmentOrder": 7,
"type": ""
},
{
"segmentId": 7,
"title": "SCTE PGM End Show 1",
"timingIn": 3600,
"timingOut": 3600,
"sourceType": 0,
"fileName": "SCTE PGM End",
"segmentOrder": 8,
"type": ""
}
]
}
]
}'