completeUserInputRequiredForSmartFlexOnboarding
Complete the user input required step to proceed in the onboarding journey.
Arguments
Returns
CompleteUserInputRequiredForSmartFlexOnboardingOutput type of the completeUserInputRequiredForSmartFlexOnboarding mutation.
- KT-CT-1111: Unauthorized.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-4371: Onboarding wizard ID is invalid.
- KT-CT-4372: Simultaneous attempts to update onboarding process.
- KT-CT-4375: Incorrect or missing parameters for SmartFlex onboarding step.
- KT-CT-4376: Unable to complete onboarding step. Please try again later.
- KT-CT-4377: Invalid onboarding step ID.
- KT-CT-4378: Invalid input or step id. Please make sure you are using the correct step id and providing the expected input params.
- KT-CT-4379: Vehicle is not ready for a test charge.
- KT-CT-4391: This onboarding wizard has been cancelled.
- KT-CT-4394: This action is not valid for the current onboarding wizard.
- 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 CompleteUserInputRequiredForSmartFlexOnboarding($input: UserInputRequiredInput!) {
completeUserInputRequiredForSmartFlexOnboarding(input: $input) {
wizard {
...SmartFlexOnboardingWizardFragment
}
}
}
Variables
{
"input": UserInputRequiredInput
}
Response
{
"data": {
"completeUserInputRequiredForSmartFlexOnboarding": {
"wizard": SmartFlexOnboardingWizard
}
}
}