UnitDocuments
No description
type UnitDocuments {
createdDate: DateTime!
diagnostics: Folder
foreignId: String
id: UUID!
medias: Folder
organizationId: UUID!
other: Folder
reference: String
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| diagnostics | Folder object | — |
| 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 |
| medias | Folder object | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| other | Folder object | — |
| 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 updateUnitDocumentsDiagnostics updateUnitDocumentsMedias updateUnitDocumentsOther ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2 |