Skip to content

Updates a sales funnel.

Method update.sales_funnel
API version
Description Updates a sales funnel.

Available to: Agents and clients

Request parameters

Name Type Required Description
access_token string yes Access token used to authenticate the request.
user_id number no Unique ID of the client user on whose behalf the agent is making the request. Required for agents. To retrieve a list of client users, use "get.customer_users".
ext_id string yes External sales funnel ID.
name string yes Sales funnel name.

Example request

{
    "jsonrpc": "2.0",
    "id": "number",
    "method": "update.sales_funnel",
    "params": {
      "access_token": "string",
      "user_id": "number",
      "ext_id": "string",
      "name": "string"
    }
}

Example response

{
  "jsonrpc": "2.0",
  "id": "number",
  "result": {
      "data": {},
      "metadata": "object"
  }
}

Possible errors

See the "Errors for update methods" section.