Aggregation Update Message Examples

Aggregation Update request example:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap">
    <soapenv:Header/>
    <soapenv:Body>
        <urn:AggregateUpdate>
            <AggregationUpdateRequest>
                <completed>false</completed>
                <Aggregations>
                    <Aggregation>
                        <Container sn="016862905203607821100000000030"/>
                        <Items>
                            <Item sn="018862905202566321100000000005"/>
                        </Items>
                        <EventDateTime>2020-12-31T11:16:52.575Z</EventDateTime>
                        <Location>86290520.4996.0</Location>
                        <Strict>true</Strict>
                        <ResetAggregation>false</ResetAggregation>
                        <IsCommissionSSCC>false</IsCommissionSSCC>
                    </Aggregation>
                </Aggregations>
                <Disaggregations>
                    <Disaggregation>
                        <Container sn="016862905203607821100000000030"/>
                        <Items>
                            <Item sn="018862905202566321100000000005"/>
                        </Items>
                        <EventDateTime>2020-12-31T11:18:53.193Z</EventDateTime>
                        <Location>86290520.4996.0</Location>
                        <Strict>true</Strict>
                    </Disaggregation>
                </Disaggregations>
            </AggregationUpdateRequest>
        </urn:AggregateUpdate>
    </soapenv:Body>
</soapenv:Envelope>

Aggregation Update response example:

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