UnitInputV2
No description
input UnitInputV2 {
address: AddressInput
businessUnitId: UUID
comment: String
customReference: String
description: String
dimension: DimensionInput
documents: UnitDocumentsInput
epc: EpcInput
equipments: [EquipmentInput!]
events: [PropertyEventInput!]
externalId: String
heatingChargesDistributionType: HeatingHotWaterChargesDistributionType
hotWaterChargesDistributionType: HeatingHotWaterChargesDistributionType
id: UUID
isFurnished: Boolean
name: String
rentReferenceV2: RentReferenceV2Input
rooms: [RoomInput!]
taxRegime: TaxRegime
unitGroupId: UUID
unitManagementCategories: [UnitManagementCategoryInput!]
unitNumber: String
unitOwnership: [UnitOwnershipInput!]
unitSurfaces: [UnitSurfaceInput!]
unitTemplateId: UUID
usage: Usage
}
Fields
| Nom | Type | Description |
|---|---|---|
| address | AddressInput input | — |
| businessUnitId | UUID scalar | The business unit id of the new unit |
| comment | String scalar | — |
| customReference | String scalar | — |
| description | String scalar | — |
| dimension | DimensionInput input | — |
| documents | UnitDocumentsInput input | — |
| epc | EpcInput input | — |
| equipments | [EquipmentInput!] list input | — |
| events | [PropertyEventInput!] list input | — |
| externalId | String scalar | — |
| heatingChargesDistributionType | HeatingHotWaterChargesDistributionType enum | — |
| hotWaterChargesDistributionType | HeatingHotWaterChargesDistributionType enum | — |
| id | UUID scalar | Unique identifier of the entity |
| isFurnished | Boolean scalar | — |
| name | String scalar | — |
| rentReferenceV2 | RentReferenceV2Input input | — |
| rooms | [RoomInput!] list input | — |
| taxRegime | TaxRegime enum | — |
| unitGroupId | UUID scalar | — |
| unitManagementCategories | [UnitManagementCategoryInput!] list input | — |
| unitNumber | String scalar | — |
| unitOwnership | [UnitOwnershipInput!] list input | — |
| unitSurfaces | [UnitSurfaceInput!] list input | — |
| unitTemplateId | UUID scalar | — |
| usage | Usage enum | createUnit createUnits updateUnit |