PersonalDataInput
Corresponding input type for PersonalData Used when creating or updating entities that contain personal data. All fields match the PersonalData type structure.
input PersonalDataInput {
address: Address
birthday: Date
email: String
familyStatus: FamilyStatus
firstName: String
gender: Gender
lastName: String
mobileNumber: String
nationality: String
phoneNumber: String
religion: String
salutation: String
}
Fields
PersonalDataInput.address ● Address scalar
Physical address information
PersonalDataInput.birthday ● Date scalar
Person's date of birth in ISO-8601 format (YYYY-MM-DD)
PersonalDataInput.email ● String scalar
Email address
PersonalDataInput.familyStatus ● FamilyStatus enum
Person's marital or relationship status
PersonalDataInput.firstName ● String scalar
Person's first/given name
PersonalDataInput.gender ● Gender enum
Person's gender
PersonalDataInput.lastName ● String scalar
Person's last/family name
PersonalDataInput.mobileNumber ● String scalar
Mobile/cell phone number
PersonalDataInput.nationality ● String scalar
Person's nationality or country of citizenship
PersonalDataInput.phoneNumber ● String scalar
Primary landline phone number
PersonalDataInput.religion ● String scalar
Person's religious affiliation, if any
PersonalDataInput.salutation ● String scalar
Formal title or greeting (e.g., Mr., Mrs., Dr.)
Member Of
AddClientContactPersonInput input ● AddClientSupportServiceInput input ● CreateClientInput input ● CreateEmployeeInput input ● EmployeeFilterInput input ● UpdateClientContactPersonInput input ● UpdateClientCoreDataInput input ● UpdateClientSupportServiceInput input ● UpdateEmployeeCoreDataInput input