- 104 -
The XML is built up like the following in case you want to activate a package.
{
"Svc"
:
"OfflineServices"
,
"SvcVer"
:
"4.0"
,
"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"
}
}
}
Besides the possibility to remote activate MyChoice using the clone and CMND. It will also be possible
to activate MyChoice through JAPIT or even from a JEDI application. All details are explained in the
CDB/JEDI documentation that can be obtained after signing an NDA
trough a salesperson
.