The ThingSpace Platform sends a ResumeTrackingNotification callback message 7 days before a suspended device automatically returns to active status.
Parameter | Type | Description |
---|---|---|
CallbackRequest | CallbackRequest | Wrapper element for all callback elements. |
Username | string | The username defined when a URL was registered for the callback service, or an empty element if no username was defined. |
Password | string | The password defined when a registered for the callback service, or an empty element if no password was defined. |
RequestId | string | A unique ID for this service change. |
Device | DeviceIdentifier | The device that will auto-resume active service in 7 days. |
Kind | string | The type of the device identifier. Valid types of identifiers are:
|
Identifier | string | The value of the device identifier. |
Data | CallbackData | The data elements for this callback. |
Comment | string | The date and time that active service will resume for the device. |
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CallbackRequest xmlns="http://nphase.com/unifiedwebservice/v2"> <Username/> <Password/> <RequestId>2c90bd28-ece4-42ef-9f02-7e3bd4fbff33</RequestId> <Device> <Kind>Mdn</Kind> <Identifier>3124705797</Identifier> </Device> <Data> <CarrierService xsi:nil="true"/> <ExternalProvisioningChange xsi:nil="true"/> <PromoChange xsi:nil="true"/> <Usage xsi:nil="true"/> <SMSDelivery xsi:nil="true"/> <PRLInformation xsi:nil="true"/> <DeviceSuspendStatus xsi:nil="true"/> <Fault xsi:nil="true"/> <Comment>Device will be auto resumed on - 3/15/2017 12:00:00 AM</Comment> <Summary xsi:nil="true"/> <Status xsi:nil="true"/> </Data> </CallbackRequest> </s:Body> </s:Envelope>