Call Outcome
Company Category
Contract Type
Custom Field
Industry
Lead Source
Loss Reason
Market Sector
Project Stages
Task List
Webhook Message
Update project
curl --request PATCH \
--url https://api.buildr.com/api/2023-01/projects/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"project": {
"name": "Culver High Rise",
"company_id": "753",
"project_stage_id": "710",
"close_type": "lost",
"probability": 0.5,
"award_date": "2023-06-15",
"bid_due_date": "2023-05-22",
"start_date": "2023-09-04",
"end_date": "2024-06-30",
"description": "A project to build a high rise in Culver City",
"square_feet": 100000,
"units": 80,
"address": {
"street_address": "123 Main St",
"street_address2": "Apt 1",
"city": "Los Angeles",
"state": "CA",
"zip": "90001",
"country": "US"
},
"assigned_to_id": "953",
"contact_id": "144",
"contract_type_id": "721",
"lead_source_id": "346",
"loss_reason_id": "254",
"market_sector_id": "902"
}
}'
{
"project": {
"id": "372",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Culver High Rise",
"stage_age": 20,
"probability": 0.5,
"description": "A project to build a high rise in Culver City",
"project_duration": 12,
"pursuit_duration": 90,
"project_number": "23-1329",
"project_status": "active",
"square_feet": 100000,
"price_per_square_foot": 100,
"units": 80,
"price_per_unit": 125000,
"external_id": "external-id-123",
"amount": 10000000,
"close_type": "lost",
"award_date": "2023-06-15",
"bid_due_date": "2023-05-22",
"start_date": "2023-09-04",
"end_date": "2024-06-30",
"address": {
"street_address": "123 Main St",
"street_address2": "Apt 1",
"city": "Los Angeles",
"state": "CA",
"zip": "90001",
"country": "US"
},
"assigned_to": {
"id": "953",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"first_name": "Russell",
"last_name": "Westbrook",
"name": "Russell Westbrook",
"email": "russell.westbrook@example.com"
},
"company": {
"id": "101",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "<string>",
"website": "<string>"
},
"contract_type": {
"id": "721",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Design/Build"
},
"created_by": {
"id": "953",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"first_name": "Russell",
"last_name": "Westbrook",
"name": "Russell Westbrook",
"email": "russell.westbrook@example.com"
},
"division": {
"id": "689",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "<string>"
},
"import": {
"id": "456",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "<string>"
},
"lead_source": {
"id": "346",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Website"
},
"loss_reason": {
"id": "254",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Project Canceled"
},
"market_sector": {
"id": "902",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Education"
},
"project_stage": {
"id": "710",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Proposal",
"category": "open"
},
"custom_fields": {}
}
}
Headers
Path Parameters
Body
Company ID to be associated with this project
"753"
"Culver High Rise"
Project Stage ID to be associated with this project
"710"
Close type of the project
lost
, cancelled
, did_not_pursue
"lost"
0.5
"2023-06-15"
"2023-05-22"
"2023-09-04"
"2024-06-30"
"A project to build a high rise in Culver City"
100000
80
"123 Main St"
"Apt 1"
"Los Angeles"
"90001"
AU
, CA
, GB
, IS
, NZ
, UK
, US
"US"
"CA"
User ID to be associated with this project
"953"
Contact ID to be associated with this project
"144"
Contract Type ID to be associated with this project
"721"
Lead Source ID to be associated with this project
"346"
Loss Reason ID to be associated with this project
"254"
Market Sector ID to be associated with this project
"902"
Response
"372"
"2023-02-14T18:13:00Z"
"2023-04-03T20:16:30Z"
"Culver High Rise"
20
0.5
"A project to build a high rise in Culver City"
12
90
"23-1329"
pursuit
, upcoming
, active
, complete
, closed
"active"
100000
100
80
125000
"external-id-123"
10000000
lost
, cancelled
, did_not_pursue
"lost"
"2023-06-15"
"2023-05-22"
"2023-09-04"
"2024-06-30"
"123 Main St"
"Apt 1"
"Los Angeles"
"90001"
AU
, CA
, GB
, IS
, NZ
, UK
, US
"US"
"CA"
"953"
"2023-02-14T18:13:00Z"
"2023-04-03T20:16:30Z"
"Russell"
"Westbrook"
"Russell Westbrook"
"russell.westbrook@example.com"
"953"
"2023-02-14T18:13:00Z"
"2023-04-03T20:16:30Z"
"Russell"
"Westbrook"
"Russell Westbrook"
"russell.westbrook@example.com"
"710"
"2023-02-14T18:13:00Z"
"2023-04-03T20:16:30Z"
"Proposal"
open
, won
curl --request PATCH \
--url https://api.buildr.com/api/2023-01/projects/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"project": {
"name": "Culver High Rise",
"company_id": "753",
"project_stage_id": "710",
"close_type": "lost",
"probability": 0.5,
"award_date": "2023-06-15",
"bid_due_date": "2023-05-22",
"start_date": "2023-09-04",
"end_date": "2024-06-30",
"description": "A project to build a high rise in Culver City",
"square_feet": 100000,
"units": 80,
"address": {
"street_address": "123 Main St",
"street_address2": "Apt 1",
"city": "Los Angeles",
"state": "CA",
"zip": "90001",
"country": "US"
},
"assigned_to_id": "953",
"contact_id": "144",
"contract_type_id": "721",
"lead_source_id": "346",
"loss_reason_id": "254",
"market_sector_id": "902"
}
}'
{
"project": {
"id": "372",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Culver High Rise",
"stage_age": 20,
"probability": 0.5,
"description": "A project to build a high rise in Culver City",
"project_duration": 12,
"pursuit_duration": 90,
"project_number": "23-1329",
"project_status": "active",
"square_feet": 100000,
"price_per_square_foot": 100,
"units": 80,
"price_per_unit": 125000,
"external_id": "external-id-123",
"amount": 10000000,
"close_type": "lost",
"award_date": "2023-06-15",
"bid_due_date": "2023-05-22",
"start_date": "2023-09-04",
"end_date": "2024-06-30",
"address": {
"street_address": "123 Main St",
"street_address2": "Apt 1",
"city": "Los Angeles",
"state": "CA",
"zip": "90001",
"country": "US"
},
"assigned_to": {
"id": "953",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"first_name": "Russell",
"last_name": "Westbrook",
"name": "Russell Westbrook",
"email": "russell.westbrook@example.com"
},
"company": {
"id": "101",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "<string>",
"website": "<string>"
},
"contract_type": {
"id": "721",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Design/Build"
},
"created_by": {
"id": "953",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"first_name": "Russell",
"last_name": "Westbrook",
"name": "Russell Westbrook",
"email": "russell.westbrook@example.com"
},
"division": {
"id": "689",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "<string>"
},
"import": {
"id": "456",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "<string>"
},
"lead_source": {
"id": "346",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Website"
},
"loss_reason": {
"id": "254",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Project Canceled"
},
"market_sector": {
"id": "902",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Education"
},
"project_stage": {
"id": "710",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Proposal",
"category": "open"
},
"custom_fields": {}
}
}