SwissConsultationInput
The advice you gave the customer before this application, for Swiss products.
Supplying this **pre-fills** the _Erklärungen und Einwilligungen_ section of the offer's application form (Antrag). It does not remove that section: it is printed on every application form whether you send this or not. Omitting it simply leaves it blank for the customer to complete on paper.
The fields below cover every row of that section, so a submitted protocol leaves no row for a human to tick. The form states that an application with an unticked row cannot be accepted, which is why every field is mandatory.
Only a licensed broker may submit a consultation protocol. Unlicensed partners receive an
UnauthorizedOperationError.
input SwissConsultationInput {
conductedConsultationOnline: Boolean!
protocol: SwissConsultationProtocolInput!
}
Fields
SwissConsultationInput.conductedConsultationOnline ● Boolean! non-null scalar
Whether the consultation was conducted online rather than face to face.
SwissConsultationInput.protocol ● SwissConsultationProtocolInput! non-null input
The confirmations the customer gave during the consultation.
Member Of
CreateProsperity3AInput input ● CreateProsperityPlusInput input