Skip to main content

Input fields

applianceTransformationCount : Int

How many appliances are being converted, greater than zero. Required when transformsAppliances is true, and must be omitted otherwise.

designPower : Int

The design power of the installation in kW, greater than zero.

gasStationType : GasNewSupplyGasStationType! required

The kind of vehicular gas station at the supply point, where there is one.

gasUseType : GasNewSupplyGasUseType! required

What the gas is used for at the supply point.

hasThermalInstallation : Boolean

Whether a thermal installation already exists at the supply point.

installerCode : String

The REIG code of the company that carried out the installation.

iriCertificateDate : Date

When the receiving installation certificate (IRI) was issued.

meterOwnership : GasNewSupplyMeterOwnership! required

Who owns the metering equipment.

transformsAppliances : Boolean

Whether appliances are being converted to run on natural gas. When true, an appliance transformation count is required. Defaults to false.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "applianceTransformationCount": 58, "designPower": 51, "gasStationType": "NO", "gasUseType": "G01", "hasThermalInstallation": true, "installerCode": "finish-as-tree-wide-wide", "iriCertificateDate": "1976-04-24", "meterOwnership": "M01", "transformsAppliances": true }