Package de.aeb.xnsg.dl.bf
Class DLSyncPickupsRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.dl.bf.DLSyncPickupsRequestDTO
Request DTO for pickup synchronization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionInitializes the delta transmission of pickups (syncId must be null).Controls, if the documents should be included in the response.Controls, if the signature of the driver should be included in the response.static final intMaximum number of pickups that can be returned within one sync request.For delta-transmissions after initialization (ageInDays must be null).Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SYNC_MAX_RETURN_BLOCK_SIZE
public static final int SYNC_MAX_RETURN_BLOCK_SIZEMaximum number of pickups that can be returned within one sync request.- See Also:
-
ageInDays
Initializes the delta transmission of pickups (syncId must be null). Only pickups with this age or younger will be synchronized. Relevant date is the shipping date.
If this field is 0, synchronization starts with all pickups.
length=10
- See Also:
-
syncId
For delta-transmissions after initialization (ageInDays must be null).
Fill this field with the
DLSyncShipmentPickupsResponseDTO.syncIdreturned in the last call ofsynchPickups. As initial value use 0 or 1.length=20
-
includeDocuments
Controls, if the documents should be included in the response. Default is 'false'. -
includeDriverSignature
Controls, if the signature of the driver should be included in the response. Default is 'false'.
-
-
Constructor Details
-
DLSyncPickupsRequestDTO
public DLSyncPickupsRequestDTO()
-