Contact
No description
type Contact {
birthDate: Date
birthPlace: String
civility: CivilityType
createdDate: DateTime!
email: String
firstName: String
id: UUID!
jobTitle: String
landlinePhone: String
lastName: String
maidenName: String
mobilePhone: String
organizationId: UUID!
updatedDate: DateTime!
website: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| birthDate | Date scalar | — |
| birthPlace | String scalar | — |
| civility | CivilityType enum | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
String scalar | — | |
| firstName | String scalar | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| jobTitle | String scalar | — |
| landlinePhone | String scalar | — |
| lastName | String scalar | — |
| maidenName | String scalar | — |
| mobilePhone | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity |
| website | String scalar | BusinessUnit MoralProfileContact PersonalProfile Profile Registration Representative |