ApartmentUnitInput
No description
input ApartmentUnitInput {
comment: String
customReference: String
description: String
dimension: DimensionInput
documents: UnitDocumentsInput
epc: EpcInput
equipments: [EquipmentInput!]
events: [PropertyEventInput!]
externalId: String
floorsCount: Int
foreignId: String
heatingChargesDistributionType: HeatingHotWaterChargesDistributionType
heatingShareType: HeatingHotWaterShareType
hotWaterChargesDistributionType: HeatingHotWaterChargesDistributionType
hotWaterShareType: HeatingHotWaterShareType
id: UUID
isFurnished: Boolean
name: String
reference: String
rentReferenceV2: RentReferenceV2Input
rooms: [RoomInput!]
sizeType: UnitSizeType
type: ApartmentType
unitNumber: String
usageType: UsageType
}
Fields
| Nom | Type | Description |
|---|---|---|
| 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 | — |
| floorsCount | Int scalar | — |
| foreignId | String scalar | — |
| heatingChargesDistributionType | HeatingHotWaterChargesDistributionType enum | — |
| heatingShareType | HeatingHotWaterShareType enum | — |
| hotWaterChargesDistributionType | HeatingHotWaterChargesDistributionType enum | — |
| hotWaterShareType | HeatingHotWaterShareType enum | — |
| id | UUID scalar | Unique identifier of the entity |
| isFurnished | Boolean scalar | — |
| name | String scalar | — |
| reference | String scalar | — |
| rentReferenceV2 | RentReferenceV2Input input | — |
| rooms | [RoomInput!] list input | — |
| sizeType | UnitSizeType enum | — |
| type | ApartmentType enum | — |
| unitNumber | String scalar | — |
| usageType | UsageType enum | createApartmentUnit updateApartmentUnit |