Move Deal To Pipeline
PUT /deals/{deal_id}/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
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:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string