initiateTransferOfService
Initiate a transfer of service to another property.
Arguments
Input fields for initiating a transfer of service.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-4922: Unauthorized.
- KT-CT-6623: Unauthorized.
- KT-CT-7899: An internal error occurred.
- KT-US-4415: Unable to find address for ESI ID.
- KT-US-4519: TDSP outside of supported service areas.
- KT-US-6613: Unable to transfer service.
- KT-US-6625: Please provide type of service request.
Allowed Viewers
Required Permissions
Can access customer queriesQuery 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 InitiateTransferOfService($input: InitiateTransferOfServiceInputType!) {
initiateTransferOfService(input: $input) {
initiateTransferOfServiceData {
...InitiateTransferOfServiceOutputTypeFragment
}
}
}
Variables
{
"input": InitiateTransferOfServiceInputType
}
Response
{
"data": {
"initiateTransferOfService": {
"initiateTransferOfServiceData": InitiateTransferOfServiceOutputType
}
}
}