pollStatusChangesAck
Request
|
Parameter |
Description |
Type |
Required |
Notes |
|---|---|---|---|---|
|
webkey |
|
String |
Required |
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://v1.integration.services.trakitgps.com/">
<soapenv:Header/>
<soapenv:Body>
<v1:pollStatusChangesAck>
<!--Optional:-->
<webkey>{webkey}</webkey>
</v1:pollStatusChangesAck>
</soapenv:Body>
</soapenv:Envelope>
pollStatusChangesAckResponse
|
Parameter |
Description |
Notes |
||
|---|---|---|---|---|
|
return |
|
|||
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:pollStatusChangesAckResponse xmlns:ns2="http://v1.integration.services.trakitgps.com/">
<return>{true or false}</return>
</ns2:pollStatusChangesAckResponse>
</S:Body>
</S:Envelope>
