ContactInput
No description
input ContactInput {
birthDate: Date
birthPlace: String
civility: CivilityType
email: String
firstName: String
foreignId: String
id: UUID
jobTitle: String
landlinePhone: String
lastName: String
maidenName: String
mobilePhone: String
reference: String
website: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| birthDate | Date scalar | — |
| birthPlace | String scalar | — |
| civility | CivilityType enum | — |
String scalar | — | |
| firstName | String scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| id | UUID scalar | Unique identifier of the entity |
| jobTitle | String scalar | — |
| landlinePhone | String scalar | — |
| lastName | String scalar | — |
| maidenName | String scalar | — |
| mobilePhone | String scalar | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| website | String scalar | BusinessUnitInput MoralProfileContactInput PersonalProfileInput ProfileInput RegistrationInput RepresentativeInput |