LeaveSupplierProcessType
Represents a Leave Supplier process. Conceptually, it contains information related to supply points that are associated with a Leave Supplier journey.
Fields
The ID or the primary key of the lifecycle process.
The unique identifier of the process.
Current stage of the leave 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
{
"id": "96059462",
"number": "right-call-until-even-before",
"stage": "office-rise-little-industry-value",
"status": "PENDING",
"subtype": "feeling-detail-few-card-outside",
"supplyPointsInterface": SupplyPointInterfaceConnection
}