Table of Contents
UpdateWebcastProperties
Update one or more webcast properties.
Example
Call=UpdateWebcastProperties
Parameters={“AccessID”:”1234abc”,”AccessKey”:”abcde”,”WebcastID”:2323,”Properties”:{“title”:”new title”,”subitle”:”new subtitle”}}
URL with Urlencoded Values
https://www.domain.com/templates2.0/API/0.2/?Call=UpdateWebcastProperties&Parameters=%7B%22AccessID%22%3A%221234abc%22%2C%22AccessKey%22%3A%22abcde%22%2C%22WebcastID%22%3A2217%2C%22Properties%22%3A%7B%22title%22%3A%22new%20title%22%2C%22subtitle%22%3A%22new%20subtitle%22%7D%7D
Example Return
{“FieldsUpdated”:[“title”,”subtitle”],”WebcastID”:2217}