Skip to main content

Arguments

Validate the product switch flow data and creates a ProcessSwitchProcess model.

Returns

CreateNewAgreementFromProductSwitchProcess

Create a new agreement from an existing product switch process.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(Can manage account renewals OR Can switch product) AND Can query agreements

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 CreateNewAgreementFromProductSwitchProcess($input: CreateNewAgreementFromProductSwitchProcessInput!) { createNewAgreementFromProductSwitchProcess(input: $input) { agreement { ...CommonAgreementTypeFragment } } }

Response

{ "data": { "createNewAgreementFromProductSwitchProcess": { "agreement": CommonAgreementType } } }