pollPushStatus request

pollPushStatus
input fields
provides the details about the
pollPushStatus
input fields:
pollPushStatus input fields
Input Field
Required?
Type
Purpose
requestID
Y
String
A unique identifier of the request for the enterprise application. This identifier may be useful for troubleshooting purposes.
transactionId
Y
List
A unique ID for the transaction that is used to call one of the feedback APIs
includePayloadSignature
N
boolean
If you have integrated
VIP
SDK version 3.0.2 or later with your client app, set
includePayloadSignature
to true to retrieve the encrypted signature generated by the client application. Use the encrypted signature to verify the integrity of the encryption. No transaction data is sent in the signature.
Example pollPushStatus request
<?xml version="1.0"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/"> xmlns:vip="https://schemas.vip.symantec.com"> <soapenv:Header/> <soapenv:Body/> <vip:PollPushStatusRequest> <requestId>POLLREQ_12983708234</requestId> <!--1 to 20 repetitions:--> <transactionId>ba34bd6be2a7c08f</transactionId> <transactionId>40362502133c5033</transactionId> <includePayloadSignature>true</includePayloadSignature> </vip:PollPushStatusRequest> </S:Body> </S:Envelope>