AdvancedParamsInput
Advanced parameters for electricity meter point registration.
These parameters provide fine-grained control over the registration process and are typically used for manual registrations, special cases, or when migrating from legacy systems.
Input fields
The consent granularity for reading data sharing (MHHS only).
The ID of the Data Aggregator (DA) contract.
The ID of the Data Service contract (MHHS only).
The ID of the Data Collector (DC) contract.
Whether this is a change of tenancy.
Whether the meter point is de-energised.
Whether this is an export meter point.
Whether this meter point uses half-hourly settlement.
Whether this is an internal transfer.
Whether this is a new connection.
Whether this is a non-domestic (business) meter point.
The Meter Data Retriever MPID (MHHS only).
The measurement class for the meter point.
The ID of the Metering Service contract (MHHS only).
The meter timeswitch code (MTC).
Whether to migrate this meter point to Market-wide Half Hourly Settlement (MHHS).
The ID of the Meter Operator (MOP) contract.
The profile class for the meter point.
The read frequency (MHHS only).
The reading cycle for the meter point.
The method used to retrieve meter readings.
The standard settlement configuration (SSC) code.
Example
{
"consentGranularity": "HALF_HOURLY",
"daContract": 10,
"dataServiceContract": 10,
"dcContract": 40,
"isChangeOfTenancy": true,
"isDeenergised": true,
"isExport": true,
"isHalfHourly": true,
"isInternalTransfer": true,
"isNewConnection": true,
"isNonDomestic": true,
"mdrMpid": "49980750",
"measurementClass": "NHH_METERED",
"meteringServiceContract": 96,
"meterTimeswitchCode": 21,
"migrateToMhhs": true,
"mopContract": 54,
"profileClass": 73,
"readFrequency": "WEEKLY",
"readingCycle": "ANNUAL",
"retrievalMethod": "VISUAL",
"standardSettlementConfiguration": "education-across-these-also-standard"
}