YourLifeNettoPlusHealthInput
Input to provide the medical history of the customer. Currently, we support entry of one critical illness because if the customer has/had more than one critical illness the policy application will be rejected.
input YourLifeNettoPlusHealthInput {
criticalIllnessDetails: CriticalIllnessDetailsInput
hasCriticalIllness: Boolean!
height: Int
weight: Int
}
Fields
YourLifeNettoPlusHealthInput.criticalIllnessDetails ● CriticalIllnessDetailsInput input
Details about the critical illness.
The information needs to be provided if hasCriticalIllness is set to true.
If the customer has more than one critical illness, the application request cannot be accepted.
YourLifeNettoPlusHealthInput.hasCriticalIllness ● Boolean! non-null scalar
Indicates if the customer has a critical illness. Setting this as false will mark the Health topic as completed in the underlying insurance system and the customer won't have to answer the question to submit their application.
YourLifeNettoPlusHealthInput.height ● Int scalar
Insured person's height in centimeters at the time of the policy application.
YourLifeNettoPlusHealthInput.weight ● Int scalar
Insured person's weight in kilograms at the time of the policy application.