AddClientContactPersonInput
Input for the addition of a client's contact person
input AddClientContactPersonInput {
clientId: ClientID!
contactPerson: PersonalDataInput!
familyRelation: FamilyRelation
fax: String
legalRights: [LegalRight!]
relation: ContactPersonRelation
specialization: String
title: String
}
Fields
AddClientContactPersonInput.clientId ● ClientID! non-null scalar
ID of the client
AddClientContactPersonInput.contactPerson ● PersonalDataInput! non-null input
Personal data of the contact person
AddClientContactPersonInput.familyRelation ● FamilyRelation enum
Family relation of the contact person towards the client (applies only for ContactPersonRelation.SUPERVISOR and ContactPersonRelation.REFERENCE_PERSON)
AddClientContactPersonInput.fax ● String scalar
Fax of the contact person (applies only for contact people, that's why it is not a field in PersonalData)
AddClientContactPersonInput.legalRights ● [LegalRight!] list enum
All legal rights that the contact person can exercise
AddClientContactPersonInput.relation ● ContactPersonRelation enum
Relation of the contact person to the client
AddClientContactPersonInput.specialization ● String scalar
Specialization of the contact person (applies only for ContactPersonRelation.DOCTOR)
AddClientContactPersonInput.title ● String scalar
Title of the contact person (applies only for ContactPersonRelation.DOCTOR)
Member Of
addClientContactPerson mutation