Package de.aeb.xnsg.riskasmt.bf
Class InvalidateQuestionnairesRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.riskasmt.bf.InvalidateQuestionnairesRequestDTO
public class InvalidateQuestionnairesRequestDTO
extends de.aeb.xnsg.foundation.bf.AbstractRequestDTO
Represents a request for invalidating questionnaires.
The fields
The fields
AbstractRequestDTO.clientIdentCode
,
AbstractRequestDTO.clientSystemId
, and
referenceIdHost
are mandatory.- Since:
- 2020/02
-
Field Summary
FieldsModifier and TypeFieldDescriptionID of the questionnaire template used for the questionnaire.
If this field is left blank, questionnaires of all templates are considered.
Example value: "000005
"
Maximum length:20
Mandatory field
Unique reference key of the object in the partner system for which a questionnaire should be found.
Example value: "ref-123
"
Maximum length:255
Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
questTemplId
ID of the questionnaire template used for the questionnaire.
If this field is left blank, questionnaires of all templates are considered.
Example value: "000005
"
Maximum length:20
-
referenceIdHost
Mandatory field
Unique reference key of the object in the partner system for which a questionnaire should be found.
Example value: "ref-123
"
Maximum length:255
-
-
Constructor Details
-
InvalidateQuestionnairesRequestDTO
public InvalidateQuestionnairesRequestDTO()
-