Aggregation Update Response Guidelines

See How To Use this Guide before interpreting the guidelines below.

The MDLP Bulk API currently has a limit of 20 events per message.

The following data is included in the message response:

Data Element Occurs
Length
Type Description
S:Envelope [1...1]
[-]
- Required. The SOAP Envelope root element.
  S:Body [1...1]
[-]
- Required. The SOAP Message Body.
    ns2:AggregateResponse [1...1]
[-]
- Required. The Aggregation Update response message.
      TLResponse [1...1]
[-]
- Required. The TraceLink response.
        Success [1...1]
[-]
- Required. Indicates if the Aggregation Update request successfully processed. *1
        ExceptionReturn [0...1]
[-]
- Conditionally required if Success = false. Populated with error information only if Success = false, otherwise omitted.
          CallException [1...*]
[-]
- Required. Contains error information including the exception code and error message, if available.
            ExceptionCode [1...1]
[0/*]
String Required. Error code.
            ExceptionMessage [0...1]
[0/*]
String Conditionally required if an error occurred. Message that further describes error condition, if available.