projects

Creates a new project

post/companies/{companySlug}/projects

Request body

numberstring required
namestring required
descriptionstring
startDatestring date required

Start date for the project, inclusive, format yyyy-mm-dd

endDatestring date

End date for the project, inclusive, format yyyy-mm-dd

contactIdinteger
completedboolean

Whether the project is completed or not.

Example request

{
  "startDate": "2018-04-03",
  "endDate": "2018-04-03",
  "contactId": 73408306
}

Response

Created

Changes

No recorded changes to this endpoint across all 1 revision of this API.