OccupyPropertyProcessType
Represents a Occupy Property process.
Fields
The ID or the primary key of the lifecycle process.
The status of the process.
The supply points associated with the process.
Deprecation
The 'supplyPoints' field is deprecated.Please use 'supplyPointsInterface' instead. It returns SupplyPointInterfaceConnection, whose node is CommonSupplyPointInterface, and supports inline fragments (e.g. `... on WaterSupplyPointType`, `... on ElectricitySupplyPointType`).
- Marked as deprecated on 2026-07-23.
- Scheduled for removal on or after 2027-01-23.
The supply points associated with the process. Node type is the CommonSupplyPointInterface; use inline fragments (e.g. ... on WaterSupplyPointType, ... on ElectricitySupplyPointType) to access concrete types.
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
{
"id": "97391450",
"occupyAt": "2000-03-30T14:26:25.906415+00:00",
"status": "PENDING",
"supplyPointsInterface": SupplyPointInterfaceConnection
}