Reset Aggregation Message Examples

Reset Aggregation request example:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:ResetAggregation>
         <ResetAggregationRequest>
            <Container sn="015088202503022521100000001180" namespace="?"/>
            <Items>
               <Item sn="0100882025030220216370871" namespace="?"/>
            </Items>
            <EventDateTime>2015-06-01T17:10:16Z</EventDateTime>
            <Location>8888882.02867.0</Location>
            <Strict>true</Strict>
         </ResetAggregationRequest>
      </urn:ResetAggregation>
   </soapenv:Body>
</soapenv:Envelope>

ResetAggregation response example:

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns3:ResetAggregationResponse xmlns:ns2="http://tracelink.com/som" xmlns:ns3="urn:tracelink:soap">
         <TLResponse>
            <Success>true</Success>
         </TLResponse>
      </ns3:ResetAggregationResponse>
   </S:Body>
</S:Envelope>