Delete Order Response Guidelines

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

The following data is included in the message response:

Data Element Occurs
Length
Type Description
S:Envelope [1...1]
[-]
- Required. SOAP Envelope root element.
  S:Body [1...1]
[-]
- Required. SOAP Message Body.
    ns2:DeleteOrderResponse [1...1]
[-]
- Required. Delete Order response message.
      TLResponse [0...1]
[-]
- Required. TraceLink response for the Delete Order request.
        Success [0...1]
[-]
Boolean Required. Indicates if the Delete Order request successfully processed. *1
        ExceptionReturn [0...1]
[-]
- Conditionally required if Success = false, otherwise omitted.
          CallException [1...*]
[-]
- Required. Contains any available exception information.
            ExceptionCode [0...1]
[0/*]
String Required. Indicates the error exception code. See Delete Order Errors for full list of potential errors and error codes.
            ExceptionMessage [0...1]
[0/*]
String

Conditionally required if an error occurred for which an exception message is provided. Message that further describes error condition. See Delete Order Errors for full list of potential errors and error codes.