CreateOfferCustomerByInput
Information about the customer associated with an offer.
A customer can be:
- a new individual created inline via
newCustomer, - a new corporate entity created inline via
newCompanyCustomer(used today only for the VWL employer in the PAYER role), - an existing customer (individual or corporate) already linked to your broker account, referenced via
existingCustomer.
Existing customers can be referenced by our internal Customer ID (retrievable via the customers query) or by the customer's registered email address.
input CreateOfferCustomerByInput {
existingCustomer: ExistingCustomerInput
newCompanyCustomer: CompanyTypeCustomerInput
newCustomer: NewCustomerInput
}
Fields
CreateOfferCustomerByInput.existingCustomer ● ExistingCustomerInput input
Use an existing customer to create an offer. The existing customer must be linked with your broker account in the Core Insurance System to be used here. The ID for existing customers can be retrieved by querying for customers or by using the email address of the customer that is connected to this customer's policy in the insurance system.
CreateOfferCustomerByInput.newCompanyCustomer ● CompanyTypeCustomerInput input
Information about a new corporate-entity customer (a company) to be created inline as part of the offer.
Currently only valid for the Value Invest VWL PAYER role (the employer). Providing this value for any other role yields a validation error.
CreateOfferCustomerByInput.newCustomer ● NewCustomerInput input
Information about a new individual customer for whom the offer will be created. This also automatically creates the customer in the insurance system.
Member Of
LiechtensteinLifeInvestAssociatedPersonInput input ● LiechtensteinLifePensionAssociatedPersonInput input ● LiechtensteinLifeWealthAssociatedPersonInput input ● Prosperity3AAssociatedPersonInput input ● ProsperityPlusAssociatedPersonInput input ● ProsperityPlusGermanyAssociatedPersonInput input ● ValueInvestVWLAssociatedPersonInput input ● YourLifeNettoPlusAssociatedPersonInput input