ParkingUnit
No description
type ParkingUnit implements Unit {
address: Address
comment: String
computedRent: ReadOnlyUnitComputedRent!
createdDate: DateTime!
currentEvent: PropertyEvent
customReference: String
description: String
dimension: Dimension
documents: UnitDocuments
doorNumber: String @deprecated
epc: Epc
equipments: [Equipment!]!
events: [PropertyEvent!]!
externalId: String
foreignId: String
hasHandicapAccess: Boolean
heatingChargesDistributionType: HeatingHotWaterChargesDistributionType
heatingShareType: HeatingHotWaterShareType
hotWaterChargesDistributionType: HeatingHotWaterChargesDistributionType
hotWaterShareType: HeatingHotWaterShareType
id: UUID!
isFurnished: Boolean
logicReference: Int
name: String
organizationId: UUID!
parkingType: ParkingUnitType
readOnlyAddress: ReadOnlyAddress
reference: String
rentReference: RentReference
rentReferenceV2: RentReferenceV2
spaceNumber: String @deprecated
taxRegime: TaxRegime
type: ParkingType
unitGroup: UnitGroup
unitManagementCategories: [UnitManagementCategory!]!
unitNumber: String
unitOwnership: [UnitOwnership!]!
unitSurfaces: [UnitSurface!]!
unitTemplate: UnitTemplate
updatedDate: DateTime!
usage: Usage
usageType: UsageType
}
Fields
| Nom | Type | Description |
|---|---|---|
| address | Address object | — |
| comment | String scalar | — |
| computedRent | ReadOnlyUnitComputedRent! non-null object | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| currentEvent | PropertyEvent object | — |
| customReference | String scalar | — |
| description | String scalar | — |
| dimension | Dimension object | — |
| documents | UnitDocuments object | — |
| epc | Epc object | — |
| equipments | [Equipment!]! non-null object | — |
| events | [PropertyEvent!]! non-null object | — |
| externalId | String scalar | — |
| foreignId | String scalar | — |
| hasHandicapAccess | Boolean scalar | — |
| heatingChargesDistributionType | HeatingHotWaterChargesDistributionType enum | — |
| heatingShareType | HeatingHotWaterShareType enum | — |
| hotWaterChargesDistributionType | HeatingHotWaterChargesDistributionType enum | — |
| hotWaterShareType | HeatingHotWaterShareType enum | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| isFurnished | Boolean scalar | — |
| logicReference | Int scalar | — |
| name | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| parkingType | ParkingUnitType enum | — |
| readOnlyAddress | ReadOnlyAddress object | — |
| reference | String scalar | — |
| rentReference | RentReference object | — |
| rentReferenceV2 | RentReferenceV2 object | — |
| taxRegime | TaxRegime enum | — |
| type | ParkingType enum | — |
| unitGroup | UnitGroup object | — |
| unitManagementCategories | [UnitManagementCategory!]! non-null object | — |
| unitNumber | String scalar | — |
| unitOwnership | [UnitOwnership!]! non-null object | — |
| unitSurfaces | [UnitSurface!]! non-null object | — |
| unitTemplate | UnitTemplate object | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity |
| usage | Usage enum | — |
| usageType | UsageType enum | — |
| Unit | — | createParkingUnit deleteParkingUnit parkingUnit updateParkingUnit |