Create Department
create_departmentCreates a new department in Procore's directory. Provide company ID and department details to add a directory record.
Instructions
Create a new Department. Use this to create a new Directory records in Procore. Creates a new Directory records and returns the created object on success (HTTP 201). 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 |