Register and enable your BlackBerry device clients to receive push notifications.
Http payload to update the blackberry (BES) device PIN and push port:
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<m:properties>
<d:BlackberryDevicePin> </d:BlackberryDevicePin>
<d:BlackberryBESListenerPort><XXXX></d:BlackberryBESListenerPort>
</m:properties>
</content>
</entry>
Http payload to update the blackberry (BIS) device PIN and push port:
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<m:properties>
<d:BlackberryPushEnabled>true</d:BlackberryPushEnabled>
<d:BlackberryDevicePin> </d:BlackberryDevicePin>
<d:BlackberryPushAppID></d:BlackberryPushAppID>
<d:BlackberryPushBaseURL> </d:BlackberryPushBaseURL>
<d:BlackberryPushListenerPort><XXXX></d:BlackberryPushListenerPort>
</m:properties>
</content>
</entry>