Class LISUniqueConsignmentRequest20DTO

java.lang.Object
de.aeb.xnsg.lis20.bf.LISUniqueConsignmentRequest20DTO

public class LISUniqueConsignmentRequest20DTO extends Object
DTO with parameters to request details for a specific consignment
  • Field Details

    • DATAEXTENSION_INCLUDE_TRACKINGINFO

      public static final String DATAEXTENSION_INCLUDE_TRACKINGINFO
      Data extension "INCLUDE_TRACKINGINFO"
      See Also:
    • DATAEXTENSION_INCLUDE_CONSIGNMENT_ITEMS

      public static final String DATAEXTENSION_INCLUDE_CONSIGNMENT_ITEMS
      Data extension "INCLUDE_CONSIGNMENT_ITEMS"
      See Also:
    • DATAEXTENSION_INCLUDE_TRANSPORTS

      public static final String DATAEXTENSION_INCLUDE_TRANSPORTS
      Data extension "INCLUDE_TRANSPORTS"
      See Also:
    • DATAEXTENSION_INCLUDE_HANDLING_UNITS

      public static final String DATAEXTENSION_INCLUDE_HANDLING_UNITS
      Data extension "INCLUDE_HANDING_UNITS"
      See Also:
    • DATAEXTENSION_INCLUDE_CONSIGNMENT_EVENTS

      public static final String DATAEXTENSION_INCLUDE_CONSIGNMENT_EVENTS
      Data extension "INCLUDE_CONSIGNMENT_EVENTS"
      See Also:
    • DATAEXTENSION_INCLUDE_HAZARDOUS_GOODS_DATA

      public static final String DATAEXTENSION_INCLUDE_HAZARDOUS_GOODS_DATA
      Data extension "INCLUDE_CONSIGNMENT_EVENTS"
      See Also:
    • identificationDTO

      public LISRequestIdentification20DTO identificationDTO
      The identification parameters of the request.

      The user is mandatory, determines also the filter profile which will be used as an additional select criteria to prevent access to unallowed consignments.
      The language is also mandatory, a part of the result data (e.g. the status names) will be returned in this language.
    • referenceDTO

      public LISTrackingObjectReference20DTO referenceDTO
      Parameters to identify a consignment.
      Tracking object type "CONS" must be used in the reference DTO.
    • dataExtent

      public String[] dataExtent
      Parameter used to request additional data for a consignment. If left empty, only header data for a consignment will be returned. Valid values are:
      • "INCLUDE_TRACKINGINFO"
      • "INCLUDE_CONSIGNMENT_ITEMS"
      • "INCLUDE_TRANSPORTS"
      • "INCLUDE_HANDLING_UNITS"
      • "INCLUDE_CONSIGNMENT_EVENTS"
      • "INCLUDE_HAZARDOUS_GOODS_DATA"
  • Constructor Details

    • LISUniqueConsignmentRequest20DTO

      public LISUniqueConsignmentRequest20DTO()