Representative
No description
type Representative {
businessUnitRepresentatives: [BusinessUnitRepresentative!]!
companyMembership: RepresentativeCompanyMembership
contact: Contact
createdDate: DateTime!
foreignId: String
id: UUID!
organizationId: UUID!
reference: String
service: String
type: RepresentativeTypes
updatedDate: DateTime!
workEmail: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| businessUnitRepresentatives | [BusinessUnitRepresentative!]! non-null object | — |
| companyMembership | RepresentativeCompanyMembership object | — |
| contact | Contact object | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| 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. |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| service | String scalar | — |
| type | RepresentativeTypes enum | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity |
| workEmail | String scalar | activateRepresentative createRepresentative deleteRepresentative representative updateRepresentative AccountActivationResult BusinessUnitRepresentative Inspection PaginatedRepresentatives RentalFolder User |