Add a new pipeline
POST {{baseUrl}}/pipelines
Adds a new pipeline.
Request Body
{"name"=>"<string>", "deal_probability"=>"<number>", "order_nr"=>"<integer>", "active"=>"<number>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":1,"name":"Pipeline","url_title":"Pipeline","order_nr":1,"active":true,"deal_probability":true,"add_time":"2017-08-03 12:51:18","update_time":"2020-03-23 13:15:25"}}