Register and enable your BlackBerry device clients to receive push notifications.
POST http://{domain-host-port}/odata/applications/v1/{appid}/Connections
HTTP Header "Content-Type" = "application/atom+xml"
Body:
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
  <content type="application/xml">
    <m:properties>
      <d:DeviceModel>Storm</d:DeviceModel>
      <d:DeviceType>BlackBerry</d:DeviceType>
      <d:DeviceSubType>Smartphone</d:DeviceSubType>
      <d:DevicePhoneNumber>555-555-1212</d:DevicePhoneNumber>
      <d:DeviceIMSI>123456</d:DeviceIMSI>
    </m:properties>
  </content>
</entry>