Package de.aeb.xnsg.lis20.bf
Class LISUniqueConsignmentRequest20DTO
java.lang.Object
de.aeb.xnsg.lis20.bf.LISUniqueConsignmentRequest20DTO
DTO with parameters to request details for a specific consignment
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringData extension "INCLUDE_CONSIGNMENT_EVENTS"static final StringData extension "INCLUDE_CONSIGNMENT_ITEMS"static final StringData extension "INCLUDE_HANDING_UNITS"static final StringData extension "INCLUDE_CONSIGNMENT_EVENTS"static final StringData extension "INCLUDE_TRACKINGINFO"static final StringData extension "INCLUDE_TRANSPORTS"String[]Parameter used to request additional data for a consignment.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.Parameters to identify a consignment.
Tracking object type "CONS" must be used in the reference DTO. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DATAEXTENSION_INCLUDE_TRACKINGINFO
Data extension "INCLUDE_TRACKINGINFO"- See Also:
-
DATAEXTENSION_INCLUDE_CONSIGNMENT_ITEMS
Data extension "INCLUDE_CONSIGNMENT_ITEMS"- See Also:
-
DATAEXTENSION_INCLUDE_TRANSPORTS
Data extension "INCLUDE_TRANSPORTS"- See Also:
-
DATAEXTENSION_INCLUDE_HANDLING_UNITS
Data extension "INCLUDE_HANDING_UNITS"- See Also:
-
DATAEXTENSION_INCLUDE_CONSIGNMENT_EVENTS
Data extension "INCLUDE_CONSIGNMENT_EVENTS"- See Also:
-
DATAEXTENSION_INCLUDE_HAZARDOUS_GOODS_DATA
Data extension "INCLUDE_CONSIGNMENT_EVENTS"- See Also:
-
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
Parameters to identify a consignment.
Tracking object type "CONS" must be used in the reference DTO. -
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()
-