Loading
Insurance
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          InsProviderNetworkService:cloneNetwork

          InsProviderNetworkService:cloneNetwork

          Use this service in an OmniScript to clone a Provider Network.

          This is helpful when you want to create a new Provider Network for a different region whose specifications are otherwise nearly identical to the specifications of an existing Provider Network.

          Class: InsProviderNetworkService

          Method: cloneNetwork

          How It Works

          1. The service takes the providerNetworkId of the Provider Network to be cloned.

          2. Creates a deep clone of the Provider Network, including all the network members and product relationships of the cloned network, and creates a new record ID for the clone.

          Remote Options

          Option

          Description

          providerNetworkId

          %theIdYouAreLookingFor%

          The Id of the Provider Network the service will clone.

          Input JSON

          This service doesn't take an input JSON.

          Output JSON

          The service returns the cloned Provider Network Id in the output JSON.

          
          {
          	"clonedId": a5R6F000000TZGwUAO,
          	“errorCode”: "INVOKE-200",
          	"error": "OK"
          }
          
           
          Loading
          Salesforce Help | Article