action frankiefinancial_update_process_industry_utility_document_switch { label: "Initiate Switching of Utility Plan." description: "Using a previously uploaded and processed document, the user must provide explicit consent before being able to call the /switch function. \n\nThe bill payer has uploaded their current bill, selected a new plan, accepted the terms and conditions and given their consent for the switch to occur. This API call will finalise the switch request and send all the customers data along with the requested plan to the selected retailer.\n\n* NOTE: as part of this call, you must provide a previously returned corellationId that is associated with this document and the returned plan options. Failure to do so will result in an error response.\n" provider: frankiefinancial method: POST path: "/document/{documentId}/utility/process/switch" encoding: json output: { type: "object" additionalProperties: true } }