threadliner

Move a deal to another stage

POST
/deals/{id}/move

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/deals/string/move" \  -H "Content-Type: application/json" \  -d '{    "stageId": "string"  }'
Empty
Was this page helpful?

Last updated on