Create Project
Creates a project for an external system. Include to attach existing tags during creation.
POST
Creates a project record for an external system and optionally attaches existing tags by id.
Loading code example
Loading code example
Authorizations
Authorizationstringheaderrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
location_idintegerrequiredproject_datestring<date>requiredcustomer_namestringrequiredcustomer_emailstring<email>customer_phonestringcustomer_addressstringgeolocationobjecttitlestringrequireddescriptionstringcustomer_type"residential" | "commercial" | "industrial"requiredAllowed values:
"residential" | "commercial" | "industrial"metaobjecttag_idsarray<integer>Response
application/json
Project created.
dataobjectrequireddata.idintegerdata.location_idintegerdata.user_idintegerdata.project_datestring<date-time>data.customer_namestringdata.customer_emailstringdata.customer_phonestringdata.customer_addressstringdata.geolocationobjectdata.titlestringdata.descriptionstringdata.customer_typestringdata.metaobjectdata.created_atstring<date-time>data.updated_atstring<date-time>data.locationobjectdata.tagsarray<object>data.mediaarray<object>data.review_requestsarray<object>Creates a project for an external system. Include tag_ids to attach existing tags during creation.