Skip to main content

Arguments

Input fields for updating an agreement rescission.

Returns

UpdateAgreementRescission

Update an agreement rescission.

This mutation allows updating the status and tracking information for an agreement rescission process. Updates are not allowed if the rescission has already been completed.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query agreement rescissions AND Can update agreement rescissions

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 UpdateAgreementRescission($input: UpdateAgreementRescissionInput!) { updateAgreementRescission(input: $input) { agreementRescission { ...AgreementRescissionTypeFragment } } }

Variables

Response

{ "data": { "updateAgreementRescission": { "agreementRescission": AgreementRescissionType } } }