- 51 -
"Cookie"
:
293
,
"CmdType"
:
"Change"
,
"Fun"
:
"MyChoice"
,
"CommandDetails"
:
{
"OfflineServiceParameters"
:
{
"TVUniqueID"
:
"xyz1235abxc"
,
This represents TV’s serial number
"RoomID"
:
"45645"
This represents TV’s RoomID
},
"MyChoiceParameters"
:
{
"Action"
:
"StartMyChoice"
,
"MyChoicePIN"
:
"345323"
,
"StartDate"
:
"25/08/2019"
,
"StartTime"
:
"15:00"
,
"StopDate"
:
"26/08/2019"
,
"StopTime"
:
"15:00"
}
}
}
To stop the MyChoice being available the XML will be built up similar to the following.
{
"Svc"
:
"OfflineServices"
,
"SvcVer"
:
"4.0"
,
"Cookie"
:
294
,
"CmdType"
:
"Change"
,
"Fun"
:
"MYChoice"
,
"CommandDetails"
:
{
"OfflineServiceParameters"
:
{
"TVUniqueID"
:
"xyz1235abxc"
,
"RoomID"
:
"45645"
},
"MyChoiceParameters"
:
{
"Action"
:
"StopMyChoice"
}
}
}