Package de.aeb.xnsg.logistics.bf
Class SetCompanyMasterFileDataRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.logistics.bf.SetCompanyMasterFileDataRequestDTO
Request for setting a block of company master file data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe current block of companies to transfer.
The companies are identified with the companyNumber and will be created or updated.
Transfer block size should not exceed 100 companies.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
companies
The current block of companies to transfer.
The companies are identified with the companyNumber and will be created or updated.
Transfer block size should not exceed 100 companies.
-
-
Constructor Details
-
SetCompanyMasterFileDataRequestDTO
public SetCompanyMasterFileDataRequestDTO()
-