Call Outcome
Company Category
Contract Type
Custom Field
Delivery Method
Industry
Lead Source
Loss Reason
Market Sector
Project Stages
Task List
Tender Type
Webhook Message
Create project
curl --request POST \
--url https://api.buildr.com/api/2023-01/projects \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"project": {
"name": "Culver High Rise",
"company_id": "753",
"probability": 0.5,
"project_stage_id": "710",
"close_type": "lost",
"award_date": "2023-06-15",
"bid_due_date": "2023-05-22",
"bid_due_at": "2023-05-22T14:30:00Z",
"start_date": "2023-09-04",
"end_date": "2025-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"
},
"project_number": "23-1329",
"assigned_to_id": "953",
"contact_id": "144",
"contract_type_id": "721",
"lead_source_id": "346",
"loss_reason_id": "254",
"market_sector_id": "902",
"delivery_method_id": "306",
"tender_type_id": "588",
"work_scope": "new_construction"
}
}'
{
"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",
"bid_due_at": "2023-05-22T14:30:00Z",
"bid_due_at_includes_time": true,
"start_date": "2023-09-04",
"end_date": "2025-06-30",
"work_scope": "new_construction",
"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"
},
"tender_type": {
"id": "588",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Open"
},
"delivery_method": {
"id": "306",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Design Build"
},
"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
Body
Company ID to be associated with this project
"753"
"Culver High Rise"
0.5
Project Stage ID to be associated with this project
"710"
Close type of the project
lost
, cancelled
, did_not_pursue
"lost"
"2023-06-15"
Use bid_due_date to specify a date, but use bid_due_at if you also want to include a time.
"2023-05-22"
Use bid_due_at to specify a time, but use bid_due_date if you only want to specify a date.
"2023-05-22T14:30:00Z"
"2023-09-04"
"2025-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"
"23-1329"
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"
Delivery Method ID to be associated with this project
"306"
Tender Type ID to be associated with this project
"588"
new_construction
, renovation
, maintenance
"new_construction"
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"
"2025-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
"2023-05-22T14:30:00Z"
Returns false when the time and timezone portion of bid_due_at should be ignored. Use the entire bid_due_at value when true.
true
, new_construction
, renovation
, maintenance
"new_construction"
curl --request POST \
--url https://api.buildr.com/api/2023-01/projects \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"project": {
"name": "Culver High Rise",
"company_id": "753",
"probability": 0.5,
"project_stage_id": "710",
"close_type": "lost",
"award_date": "2023-06-15",
"bid_due_date": "2023-05-22",
"bid_due_at": "2023-05-22T14:30:00Z",
"start_date": "2023-09-04",
"end_date": "2025-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"
},
"project_number": "23-1329",
"assigned_to_id": "953",
"contact_id": "144",
"contract_type_id": "721",
"lead_source_id": "346",
"loss_reason_id": "254",
"market_sector_id": "902",
"delivery_method_id": "306",
"tender_type_id": "588",
"work_scope": "new_construction"
}
}'
{
"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",
"bid_due_at": "2023-05-22T14:30:00Z",
"bid_due_at_includes_time": true,
"start_date": "2023-09-04",
"end_date": "2025-06-30",
"work_scope": "new_construction",
"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"
},
"tender_type": {
"id": "588",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Open"
},
"delivery_method": {
"id": "306",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Design Build"
},
"project_stage": {
"id": "710",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Proposal",
"category": "open"
},
"custom_fields": {}
}
}