ElectricityTerminationInput
Input required to initiate a LeaveSupplier journey for the electricity market.
Input fields
The requested date of demolition.
Time slot requested by the customer for demolition.
Whether demolition required.
Whether on-site attendance is required.
The requested date of on-site attendance.
Time slot requested by the customer for on-site attendance.
Date when electricity will be disconnected.
Time slot requested by the customer for supply end.
The market supply point identification number.
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
{
"demolitionDate": "1989-04-14",
"demolitionTime": "_0900",
"isDemolition": true,
"onSiteAttendance": true,
"requestedOnSiteDate": "1971-07-17",
"requestedOnSiteTimeSlot": "_0900",
"requestedSupplyEndDate": "2006-06-13",
"requestedSupplyEndTime": "_0900",
"supplyPointIdentifier": "34559730"
}