Skip to main content

CreateYourLifeNettoPlusInput

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

input CreateYourLifeNettoPlusInput {
associatedPersons: [YourLifeNettoPlusAssociatedPersonInput!]!
beneficiaries: YourLifeNettoPlusBeneficiariesInput
customerFinancialStatus: YourLifeNettoPlusFinancialStatusInput!
disableConsultationWaiver: Boolean
insuredPersonsHealthStatus: YourLifeNettoPlusHealthInput!
productConfiguration: YourLifeNettoPlusProductConfigurationInput!
}

Fields

CreateYourLifeNettoPlusInput.associatedPersons ● [YourLifeNettoPlusAssociatedPersonInput!]! non-null input

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

CreateYourLifeNettoPlusInput.beneficiaries ● YourLifeNettoPlusBeneficiariesInput input

Information about the policy beneficiaries

CreateYourLifeNettoPlusInput.customerFinancialStatus ● YourLifeNettoPlusFinancialStatusInput! non-null input

The financial state of the customer at the time of the policy application

CreateYourLifeNettoPlusInput.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.

CreateYourLifeNettoPlusInput.insuredPersonsHealthStatus ● YourLifeNettoPlusHealthInput! non-null input

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

CreateYourLifeNettoPlusInput.productConfiguration ● YourLifeNettoPlusProductConfigurationInput! non-null input

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

Member Of

CreateOfferInput input