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.
name
The name of the project.
external_id
An external identifier for the project, optional.
custom_fields
An array of custom fields specific to the project, optional.
client_purchase_order
Client purchase order data for the project.
Response
data
The project object.
A project is used to track client spend, and can span multiple contracts.