Class CreateClientFromTemplateRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.foundation.bf.provisioning.CreateClientFromTemplateRequestDTO

public class CreateClientFromTemplateRequestDTO extends AbstractRequestDTO
Request parameters for creating a client by duplicating another.
  • Field Details

    • newClientIdentCode

      public String newClientIdentCode
      The identcode of the new client created by this duplication. The template client to be duplicated is specified by AbstractRequestDTO.clientIdentCode.
    • newClientDescription

      public String newClientDescription
      The description of the new client created by this duplication.
    • newDebtorNumber

      public String newDebtorNumber
      The debtor number (Kundennummer) of the client.
    • notificationEmailAddress

      public String notificationEmailAddress
      Primary email address to send important notifications to, e.g. user tips.
    • adminBfUsers

      public DuplicateClientUserDTO[] adminBfUsers
      The clientadmin bf users that should be created for the new client.
  • Constructor Details

    • CreateClientFromTemplateRequestDTO

      public CreateClientFromTemplateRequestDTO()