Create Department
create_departmentCreates a new department for a Procore company. Supply the company ID and department object to add it and receive the new department ID.
Instructions
Create a new Department. Creates the department and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, department. Procore API: Core > Directory. Endpoint: POST /rest/v1.0/departments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | JSON request body field — unique identifier for the Procore company | |
| department | Yes | JSON request body field — the department for this Directory operation |