Skip to main content

Arguments

Details to start a grouped collection process.

Returns

StartGroupedCollectionProcess

Start a collection process grouped with a previously existing one. Use this when a new collection process (e.g. disconnection) must be linked to an earlier one (e.g. comms) for end-to-end traceability. Callers who do not need grouping should use startCollectionProcess instead.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can start collection process

Query Complexity

1

Examples

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

mutation StartGroupedCollectionProcess($input: StartGroupedCollectionProcessInput!) { startGroupedCollectionProcess(input: $input) { collectionProcessStarted { ...StartGroupedCollectionProcessOutputFragment } } }

Variables

Response

{ "data": { "startGroupedCollectionProcess": { "collectionProcessStarted": StartGroupedCollectionProcessOutput } } }