Skip to main content

EpcInput

This is the Energy performance certification value object graphQL input object definition

FR: Diagnostique de Performance Energétique (DPE)

input EpcInput {
endDate: Date!
energyComsumption: Int!
epcFolder: FolderInput
epcNumber: String
gazEmission: Int!
ghgLabel: EpcLabelEnum
id: UUID
pecLabel: EpcLabelEnum
startDate: Date!
}

Fields

NomTypeDescription
endDateDate! non-null scalar
energyComsumptionInt! non-null scalar
epcFolderFolderInput input
epcNumberString scalarEPC number
gazEmissionInt! non-null scalar
ghgLabelEpcLabelEnum enumGHG label (GreenHouse gas, a letter from A to G)
idUUID scalar
pecLabelEpcLabelEnum enumPEC label (primary energy consumption, a letter from A to G)
startDateDate! non-null scalarInspectionUnitDataInput UnitInputV2