Aggregate Message Examples
Aggregate request example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap">
<soapenv:Header/>
<soapenv:Body>
<urn:Aggregate>
<AggregateRequest>
<Container sn="00008820200000047506"/>
<Items>
<Item sn="015088202503022521100000090109"/>
<Item sn="015088202503022521100000090110"/>
</Items>
<EventDateTime>2015-06-01T17:10:16Z</EventDateTime>
<LocationType>SGLN</LocationType>
<Location>8888882.02867.0</Location>
<Strict>false</Strict>
</AggregateRequest>
</urn:Aggregate>
</soapenv:Body>
</soapenv:Envelope>
Aggregate response example:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:AggregateResponse xmlns:ns2="urn:tracelink:soap" xmlns:ns3="http://tracelink.com/som">
<TLResponse>
<Success>true</Success>
</TLResponse>
</ns2:AggregateResponse>
</S:Body>
</S:Envelope>