Class InvalidateQuestionnairesRequestDTO


  • public class InvalidateQuestionnairesRequestDTO
    extends de.aeb.xnsg.foundation.bf.AbstractRequestDTO
    Represents a request for invalidating questionnaires.
    The fields clientIdentCode, clientSystemId, and transactionIdHost are mandatory.
    Since:
    2020/02
    • Field Detail

      • questTemplId

        public String questTemplId
        ID of the questionnaire template used for the questionnaire.
        If this field is left blank, questionnaires of all templates are considered.
      • referenceIdHost

        public String referenceIdHost
        Unique reference key of the object in the partner system for which a questionnaire should be found.
        This field is mandatory.
    • Constructor Detail

      • InvalidateQuestionnairesRequestDTO

        public InvalidateQuestionnairesRequestDTO()