Add a project

POST {{baseUrl}}/projects

Adds a new project. Note that you can supply additional custom fields along with the request that are not described here. These custom fields are different for each Pipedrive account and can be recognized by long hashes as keys.

Request Body

{"title"=>"<string>", "board_id"=>"<number>", "phase_id"=>"<number>", "description"=>"<string>", "status"=>"<string>", "owner_id"=>"<number>", "start_date"=>"<date>", "end_date"=>"<date>", "deal_ids"=>["<integer>", "<integer>"], "org_id"=>"<number>", "person_id"=>"<number>", "labels"=>["<integer>", "<integer>"], "template_id"=>"<number>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;success&quot;:true,&quot;data&quot;:{&quot;id&quot;:8,&quot;title&quot;:&quot;Project&quot;,&quot;description&quot;:&quot;Project Description&quot;,&quot;status&quot;:&quot;open&quot;,&quot;status_change_time&quot;:&quot;2023-09-12 11:12:18.110&quot;,&quot;start_date&quot;:&quot;2023-09-18&quot;,&quot;end_date&quot;:&quot;2024-03-04&quot;,&quot;owner_id&quot;:19,&quot;add_time&quot;:&quot;2023-09-12 11:12:18.110&quot;,&quot;update_time&quot;:&quot;2023-09-14 05:45:40.084&quot;,&quot;labels&quot;:[13,14],&quot;archive_time&quot;:&quot;2023-09-15 11:12:18.110&quot;,&quot;deal_ids&quot;:[1,2],&quot;person_id&quot;:2,&quot;org_id&quot;:3,&quot;board_id&quot;:1,&quot;phase_id&quot;:1},&quot;additional_data&quot;:null}