Skip to main content

CreateProsperityPlusGermanyInput

Input to create a new offer with the given customer information and configuration for the offer.

input CreateProsperityPlusGermanyInput {
associatedPersons: [ProsperityPlusGermanyAssociatedPersonInput!]!
beneficiaries: ProsperityPlusGermanyBeneficiariesInput
consultation: GermanConsultationInput
customerFinancialStatus: ProsperityPlusGermanyFinancialStatusInput!
disableConsultationWaiver: Boolean
insuredPersonsHealthStatus: ProsperityPlusGermanyHealthInput!
productConfiguration: ProsperityPlusGermanyProductConfigurationInput!
}

Fields​

CreateProsperityPlusGermanyInput.associatedPersons ● [ProsperityPlusGermanyAssociatedPersonInput!]! non-null input​

Information about the associated persons for the policy (policyHolder, insuredPerson, payer economicInterest)

CreateProsperityPlusGermanyInput.beneficiaries ● ProsperityPlusGermanyBeneficiariesInput input​

Information about the life and death beneficiaries for the future policy.

CreateProsperityPlusGermanyInput.consultation ● GermanConsultationInput input​

The advice you gave the customer before this application. Supplying it pre-fills the consultation protocol in the application form (Antrag); the protocol is printed either way, so omitting this leaves it blank for the customer to complete on paper. Licensed brokers only.

CreateProsperityPlusGermanyInput.customerFinancialStatus ● ProsperityPlusGermanyFinancialStatusInput! non-null input​

The financial state of the customer at the time of the offer creation.

CreateProsperityPlusGermanyInput.disableConsultationWaiver ● Boolean scalar​

Currently a no-op: the value is accepted and ignored. Every offer's application form (Antrag) is generated with the _Ausführliches Beratungsprotokoll_ pages for the broker to complete, whether this field is true, false, or omitted. The field is kept so existing integrations keep validating. If your setup genuinely requires offers without our consultation protocol — because you document the advice yourself — contact technical support; it is not something this flag can switch on.

CreateProsperityPlusGermanyInput.insuredPersonsHealthStatus ● ProsperityPlusGermanyHealthInput! non-null input​

The health state of the insured persons at the time of the offer creation.

CreateProsperityPlusGermanyInput.productConfiguration ● ProsperityPlusGermanyProductConfigurationInput! non-null input​

Information about the offer itself and various configurable options for the offer.

Member Of​

CreateOfferInput input