Create Project

Creates a project for an external system. Include to attach existing tags during creation.

POSThttps://review-manager.test/api/projects

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_idintegerrequired
project_datestring<date>required
customer_namestringrequired
customer_emailstring<email>
customer_phonestring
customer_addressstring
geolocationobject
titlestringrequired
descriptionstring
customer_type"residential" | "commercial" | "industrial"required
Allowed values: "residential" | "commercial" | "industrial"
metaobject
tag_idsarray<integer>

Response

application/json

Project created.

dataobjectrequired
data.idinteger
data.location_idinteger
data.user_idinteger
data.project_datestring<date-time>
data.customer_namestring
data.customer_emailstring
data.customer_phonestring
data.customer_addressstring
data.geolocationobject
data.titlestring
data.descriptionstring
data.customer_typestring
data.metaobject
data.created_atstring<date-time>
data.updated_atstring<date-time>
data.locationobject
data.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.