JoinSupplierProcessType
Represents a Join Supplier process.
Fields
Contract identifiers associated with this join supplier process.
The current process data associated with the Join Supplier process.
The ID or the primary key of the lifecycle process.
The ledgers associated with the supply points in the process.
The unique identifier of the process.
Current stage of the join supplier journey.
The status of the process.
The subtype of the process.
The supply points associated with the process.
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.
Leave supplier processes triggered by this join supplier process, e.g. from a house move.
Example
{
"contractReferences": ContractReferencesType,
"currentProcessData": JoinSupplierProcessDataType,
"id": "10701611",
"ledgerAssignments": JoinSupplierLedgerAssignmentConnectionTypeConnection,
"number": "tax-floor-himself-oil-try",
"stage": "hundred-they-serve-charge-trial",
"status": "PENDING",
"subtype": "address-certain-professor-arm-here",
"supplyPointsInterface": SupplyPointInterfaceConnection,
"triggeredLeaveProcesses": [LeaveSupplierProcessType]
}