updateAgreementRollover
Update an agreement rollover.
Arguments
Input for updating an agreement rollover.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-13705: Agreement rollover not found.
- KT-CT-13706: Agreement rollover has an invalid status for this operation.
- KT-CT-13707: Agreement rollover has an invalid type for this operation.
- KT-CT-4910: No product exists with the given input.
- KT-CT-7899: An internal error occurred.
Allowed Viewers
Required Permissions
Can query agreement rollovers Can update agreement rolloversQuery 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 UpdateAgreementRollover($input: UpdateAgreementRolloverInput!) {
updateAgreementRollover(input: $input) {
agreementRollover {
...AgreementRolloverTypeFragment
}
}
}
Variables
{
"input": UpdateAgreementRolloverInput
}
Response
{
"data": {
"updateAgreementRollover": {
"agreementRollover": AgreementRolloverType
}
}
}