Skip to content

Move Deal To Pipeline

PUT
/deals/{deal_id}/pipeline

Move a deal into a different pipeline.

The deal keeps its identity and history. Its STAGE does not carry over - the target pipeline has its own stages and the app re-seats the deal within them, so a caller should read the deal back rather than assume its stage.

The path is /pipeline rather than the app’s /move-pipeline: the verb is already in the PUT.

Authorizations

Parameters

Path Parameters

deal_id
required

Deal id.

string

Deal id.

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Move a deal to a different pipeline.

The deal keeps its identity and history; only its pipeline and stage change. Its current stage does NOT carry over - the target pipeline has its own stages, and the app re-seats the deal within them.

object
target_pipeline_id
required

Pipeline to move the deal into.

string

Responses

200

Successful Response

object
data
required

Whatever the operation returns, carried through whole.

object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string