UpdateIndividualCustomerInput
Input for editing an individual person customer.
input UpdateIndividualCustomerInput {
address: CustomerAddressInput
dateOfBirth: Date
email: Email
firstName: NonEmptyString
gender: Gender
identification: CustomerIdentificationInput
landline: NonEmptyString
language: String
lastName: NonEmptyString
maritalStatus: MaritalStatus
mobilePhone: NonEmptyString
nationality: NonEmptyString
occupation: NonEmptyString
profession: NonEmptyString
taxIdentification: TaxIdentificationInput
}
Fields
UpdateIndividualCustomerInput.address ● CustomerAddressInput input
Address of the customer
UpdateIndividualCustomerInput.dateOfBirth ● Date scalar
Date of birth of the customer Note: This field can not be updated via API if the customer already has an open application or a contract.
UpdateIndividualCustomerInput.email ● Email scalar
Email address of the customer
UpdateIndividualCustomerInput.firstName ● NonEmptyString scalar
First name of the customer Note: This field can not be updated via API if the customer already has an open application or a contract.
UpdateIndividualCustomerInput.gender ● Gender enum
Gender of the customer Note: This field can not be updated via API if the customer already has an open application or a contract.
UpdateIndividualCustomerInput.identification ● CustomerIdentificationInput input
Identification information of the customer
UpdateIndividualCustomerInput.landline ● NonEmptyString scalar
Landline phone number of the customer
UpdateIndividualCustomerInput.language ● String scalar
Preferred language of the customer
UpdateIndividualCustomerInput.lastName ● NonEmptyString scalar
Last name of the customer Note: This field can not be updated via API if the customer already has an open application or a contract.
UpdateIndividualCustomerInput.maritalStatus ● MaritalStatus enum
Marital status of the customer (e.g., Single, Married, Divorced)
UpdateIndividualCustomerInput.mobilePhone ● NonEmptyString scalar
Mobile phone number of the customer
UpdateIndividualCustomerInput.nationality ● NonEmptyString scalar
Nationality of the customer
UpdateIndividualCustomerInput.occupation ● NonEmptyString scalar
Occupation of the customer (e.g., Job title or role)
UpdateIndividualCustomerInput.profession ● NonEmptyString scalar
Profession of the customer (e.g., Engineer, Teacher)
UpdateIndividualCustomerInput.taxIdentification ● TaxIdentificationInput input
Tax related information of the customer
Member Of
UpdateCustomerInput input