replacePartnerReferences
Replace the references for a partner organisation.
Arguments
Input fields for setting partner references.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7701: The affiliate organisation was not found.
- KT-CT-7732: The supplied reference namespace is not configured for this client.
- KT-CT-7733: Another partner organisation already has a reference with this value in this namespace.
- KT-CT-7899: An internal error occurred.
Allowed Viewers
Query 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 ReplacePartnerReferences($input: ReplacePartnerReferencesInputType!) {
replacePartnerReferences(input: $input) {
partner {
...AffiliateOrganisationTypeFragment
}
}
}
Variables
{
"input": ReplacePartnerReferencesInputType
}
Response
{
"data": {
"replacePartnerReferences": {
"partner": AffiliateOrganisationType
}
}
}