Create a pipeline stage
POST {{baseUrl}}/crm/v3/pipelines/:objectType/:pipelineId/stages
Create a new stage associated with the pipeline identified by {pipelineId}
. The entire stage object, including its unique ID, will be returned in the response.
Request Body
{"displayOrder"=>"<integer>", "label"=>"<string>", "metadata"=>{"cupidatat7f2"=>"<string>", "esse4_6"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"archived":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","displayOrder":"\u003cinteger\u003e","id":"\u003cstring\u003e","label":"\u003cstring\u003e","metadata":{"mollit9f":"\u003cstring\u003e"},"updatedAt":"\u003cdateTime\u003e","archivedAt":"\u003cdateTime\u003e","writePermissions":"READ_ONLY"}