v1
latestOpenAPI 3.0.02026-07-24622596.0 KBProjects
Create Project
post/projects
Headers
X-CompanyCam-Userstring
Email of CompanyCam user to be designated as the creator
Request body
Example request
{
"address": {
"street_address_1": "808 P St",
"city": "Lincoln",
"state": "NE",
"postal_code": "68508",
"country": "US"
},
"coordinates": {
"lat": 28.425852468018288,
"lon": -81.47155671113255
},
"geofence": [
{
"lat": 28.425852468018288,
"lon": -81.47155671113255
},
{
"lat": 18.425852468018288,
"lon": -81.47155671113255
},
{
"lat": 8.425852468018288,
"lon": -91.47155671113255
},
{
"lat": 28.425852468018288,
"lon": -101.47155671113255
}
],
"primary_contact": {
"name": "Joe Smith",
"email": "joe.smith@companycam.com",
"phone_number": "402-555-1212"
}
}Response
The created project
Example response
{
"id": "94772883",
"company_id": "8292212",
"creator_id": "2789583992",
"creator_type": "User",
"creator_name": "Shawn Spencer",
"status": "active",
"name": "Psych Office",
"address": {
"street_address_1": "808 P St",
"city": "Lincoln",
"state": "NE",
"postal_code": "68508",
"country": "US"
},
"coordinates": {
"lat": 28.425852468018288,
"lon": -81.47155671113255
},
"featured_image": [
{
"type": "original",
"url": "https://static.companycam.com/VuS0rPvrnNA1490797262.jpg"
},
{
"type": "web",
"url": "https://static.companycam.com/VuS0rPvrnNA1490797262web.jpg"
},
{
"type": "thumbnail",
"url": "https://static.companycam.com/VuS0rPvrnNA1490797262small.jpg"
}
],
"project_url": "https://app.companycam.com/projects/1234",
"embedded_project_url": "https://app.companycam.com/embed/projects/QrL2XjgF8P2dN6MPDRdV2Q",
"integrations": [
{
"type": "JobNimbus",
"relation_id": "123"
}
],
"slug": "QrL2XjgF8P2dN6MPDRdV2Q",
"geofence": [
{
"lat": 28.425852468018288,
"lon": -81.47155671113255
}
],
"primary_contact": {
"id": "115",
"project_id": "48892885",
"name": "Joe Smith",
"email": "joe.smith@companycam.com",
"phone_number": "402-555-1212",
"created_at": 1621857746,
"updated_at": 1621857746
},
"notepad": "Be sure to let the client know when the work is finished",
"created_at": 1152230400,
"updated_at": 1395792000
}