changeContractGroupComposition
Change the composition (membership) of a contract group.
Arguments
Input fields for changing the composition of a contract group.
- KT-CT-10059: Contract appears in both add and remove sets.
- KT-CT-10060: Conflicting group memberships.
- KT-CT-10061: Contract group not found.
- KT-CT-10062: Contract is already a member of the group.
- KT-CT-10063: Contract has an overlapping membership period.
- KT-CT-10064: Contract is not a member of the group.
- KT-CT-10065: Membership end date is before start date.
- KT-CT-10066: Membership change date is in the past.
- KT-CT-10067: Invalid contract group identifier.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
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.
mutation ChangeContractGroupComposition($input: ChangeContractGroupCompositionInput!) {
changeContractGroupComposition(input: $input) {
contractGroupIdentifier
}
}
Variables
{
"input": ChangeContractGroupCompositionInput
}
Response
{
"data": {
"changeContractGroupComposition": {
"contractGroupIdentifier": "82492277"
}
}
}