Create a project

Create a new project.

Create a project within your client account. Projects group contracts, timesheets and purchase orders. You may optionally set an external ID and initial custom fields; the external ID must be unique per client.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired<=255 characters
The name of the project.
external_idstringOptionalDefaults to
An external identifier for the project, optional.
custom_fieldslist of objectsOptional
An array of custom fields specific to the project, optional.
client_purchase_orderobjectOptional
Client purchase order data for the project.

Response

dataobject
The project object. A project is used to track client spend, and can span multiple contracts.