OfficialContact
No description
type OfficialContact {
commercialName: String
createdDate: DateTime!
email: String
foreignId: String
id: UUID!
organizationId: UUID!
phone: String
phone2: String
reference: String
updatedDate: DateTime!
website: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| commercialName | String scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
String scalar | — | |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| id | UUID! non-null scalar | Unique identifier of the entity |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| phone | String scalar | — |
| phone2 | String scalar | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity |
| website | String scalar | BusinessUnit Contractor MoralProfile |