Create a pipeline

POST {{baseUrl}}/crm/v3/pipelines/:objectType

Create a new pipeline with the provided property values. The entire pipeline object, including its unique ID, will be returned in the response.

Request Body

{"displayOrder"=>"<integer>", "label"=>"<string>", "stages"=>[{"displayOrder"=>"<integer>", "label"=>"<string>", "metadata"=>{"sint_0b"=>"<string>", "ea12"=>"<string>"}}, {"displayOrder"=>"<integer>", "label"=>"<string>", "metadata"=>{"nulla3"=>"<string>", "Lorem_0fd"=>"<string>", "laboris8"=>"<string>"}}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;archived&quot;:&quot;\u003cboolean\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;displayOrder&quot;:&quot;\u003cinteger\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;label&quot;:&quot;\u003cstring\u003e&quot;,&quot;stages&quot;:[{&quot;archived&quot;:&quot;\u003cboolean\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;displayOrder&quot;:&quot;\u003cinteger\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;label&quot;:&quot;\u003cstring\u003e&quot;,&quot;metadata&quot;:{&quot;Loremb3_&quot;:&quot;\u003cstring\u003e&quot;,&quot;Duisf4&quot;:&quot;\u003cstring\u003e&quot;},&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;archivedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;writePermissions&quot;:&quot;INTERNAL_ONLY&quot;},{&quot;archived&quot;:&quot;\u003cboolean\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;displayOrder&quot;:&quot;\u003cinteger\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;label&quot;:&quot;\u003cstring\u003e&quot;,&quot;metadata&quot;:{&quot;ea__63&quot;:&quot;\u003cstring\u003e&quot;},&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;archivedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;writePermissions&quot;:&quot;INTERNAL_ONLY&quot;}],&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;archivedAt&quot;:&quot;\u003cdateTime\u003e&quot;}