Class ICAcknowledgeGetChangedDeclarationsRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.ic.bf.dto.declaration.ICAcknowledgeGetChangedDeclarationsRequestDTO
Request parameter for
de.aeb.xnsg.ic.bf.IInternationalCustomsBF#acknowledgeGetChangedDeclarations(ICAcknowledgeGetChangedDeclarationsRequestDTO).-
Field Summary
FieldsModifier and TypeFieldDescriptionType of declarations to acknowledge.Synchronization ID for acknowledging.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
declarationTypeCode
Type of declarations to acknowledge.Possible values:
-
syncId
Synchronization ID for acknowledging.Use the value received with
ICGetChangedDeclarationsResponseDTO.syncIdwith the last call tode.aeb.xnsg.ic.bf.IInternationalCustomsBF#getChangedDeclarations(ICGetChangedDeclarationsRequestDTO)to acknowledge the processing of the declarations.length=20
-
-
Constructor Details
-
ICAcknowledgeGetChangedDeclarationsRequestDTO
public ICAcknowledgeGetChangedDeclarationsRequestDTO()
-