joinSupplierProcess
Arguments
The join supplier process number, e.g. JS-12345678.
Possible Errors
Allowed Viewers
Required Permissions
Can query lifecycle processesQuery Complexity
1Examples
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.
query JoinSupplierProcess($number: String!) {
joinSupplierProcess(number: $number) {
contractIdentifiers
currentProcessData {
...JoinSupplierProcessDataTypeFragment
}
id
ledgerAssignments {
...JoinSupplierLedgerAssignmentConnectionTypeConnectionFragment
}
number
stage
status
subtype
supplyPoints {
...SupplyPointConnectionTypeConnectionFragment
}
}
}
Variables
{
"number": "executive-risk-enjoy-decision-everyone"
}
Response
{
"data": {
"joinSupplierProcess": {
"contractIdentifiers": "lose-scene-feeling-them-wish",
"currentProcessData": JoinSupplierProcessDataType,
"id": "82969658",
"ledgerAssignments": JoinSupplierLedgerAssignmentConnectionTypeConnection,
"number": "avoid-firm-understand-teacher-card",
"stage": "kind-hair-section-agreement-firm",
"status": "PENDING",
"subtype": "seek-thought-American-open-professional",
"supplyPoints": SupplyPointConnectionTypeConnection
}
}
}