Update Department
update_departmentUpdate an existing directory department record by providing its ID, company ID, and department fields. Only supplied fields are modified.
Instructions
Update Department. Use this to update an existing Directory records (only the supplied fields are changed). Updates the specified Directory records and returns the modified object on success. Required parameters: id, company_id, department. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/departments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| 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 |