Create a project
Create one project, or several at once by sending an array.
Only name is required. Creating a project also creates one project-owned Jobsite location in the same transaction, so a project always has somewhere to ship to.
Authorizations
Organization-scoped API key. Create one in the BuildingSwell app under Organization settings, API keys.
Body
- object
- object[]
Only name is required. Creating a project also creates one project-owned Jobsite location in the same transaction, so a project always has somewhere to ship to.
Display name.
Unique id. Generated on create unless you supply one.
Human-readable id, unique within your organization. Generated in the form PROJ-a1b2c when you leave it out.
Archived records are hidden from list results unless you ask for them. Set this to archive or restore the record.
When the record was archived. Set automatically when isArchived flips to true, and cleared on restore.
Planned start of the project.
Planned finish of the project.
Date the project actually finished.
Cost code. Trimmed on write, and an empty string is rejected: send a non-empty string or null.
Stored as a plain string. It is not validated against the cost code list, and renaming an entry in that list does not change this value.
When the record was created.
When the record last changed.
Address for the Jobsite that BuildingSwell creates alongside the project. Every field is optional, so a partial address is fine. Send the object with all fields blank, or leave it out, and the Jobsite is created without an address.
Accepted on POST /project only. PATCH, PUT, and the bulk routes ignore it, and it is never returned in a project response: read it back from the project's Jobsite.
Response
The created project. An array request returns values instead of value.
- Option 1
- Option 2
Projects group the orders and other work you deliver for one customer job.