GasNewSupplyInstallationInput
What is being connected. There is no market data to inherit for a supply point that has never been connected, so everything the distributor needs to commission it is given here.
Input fields
How many appliances are being converted, greater than zero. Required when transformsAppliances is true, and must be omitted otherwise.
The design power of the installation in kW, greater than zero.
The kind of vehicular gas station at the supply point, where there is one.
What the gas is used for at the supply point.
Whether a thermal installation already exists at the supply point.
The REIG code of the company that carried out the installation.
When the receiving installation certificate (IRI) was issued.
Who owns the metering equipment.
Whether appliances are being converted to run on natural gas. When true, an appliance transformation count is required. Defaults to false.
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
}