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.
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
{
"contractReferences": ContractReferencesType,
"currentProcessData": JoinSupplierProcessDataType,
"id": "33509218",
"ledgerAssignments": JoinSupplierLedgerAssignmentConnectionTypeConnection,
"number": "sister-performance-room-from-central",
"stage": "effort-glass-evidence-life-chance",
"status": "PENDING",
"subtype": "candidate-education-cultural-soon-Mr",
"supplyPointsInterface": SupplyPointInterfaceConnection
}