updateCollectionProcessRecordLatestStep
Update the latest step of a Collection Process Record.
Arguments
Input variables needed for updating the latest step.
Returns
UpdateCollectionProcessRecordLatestStepUpdate the latest step of a Collection Process Record.
Possible Errors
Allowed Viewers
Required Permissions
Can update collection process record to pauseQuery 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.
mutation UpdateCollectionProcessRecordLatestStep($input: UpdateCollectionProcessRecordLatestStepInputType!) {
updateCollectionProcessRecordLatestStep(input: $input) {
updatedCollectionProcessRecord {
...UpdateCollectionProcessRecordLatestStepOutputTypeFragment
}
}
}
Variables
{
"input": UpdateCollectionProcessRecordLatestStepInputType
}
Response
{
"data": {
"updateCollectionProcessRecordLatestStep": {
"updatedCollectionProcessRecord": UpdateCollectionProcessRecordLatestStepOutputType
}
}
}