POST v1/core/accounts/{accId}/devices/apndevices/{apnDevId}/mdm/apple/wakeupcall
Request a device be woken up by APNS to check server for MDM commands
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accId | Account ID |
Define this parameter in the request URI. |
apnDevId | APN Device ID |
Define this parameter in the request URI. |
wakeup | Payload - used for compliance with REST / HTTP, value is not used. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Payload": "sample string 1" }
text/javascript
Sample:
{"Payload":"sample string 1"}
application/xml, text/xml
Sample:
<AppleMDMWakeupCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models"> <Payload>sample string 1</Payload> </AppleMDMWakeupCall>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
"