Update Project Owner Type
update_project_owner_typeUpdate an existing Project Owner Type in Procore by specifying the company ID, owner type ID, and optional new name. Only supplied fields are modified.
Instructions
Update the specified Project Owner Type. Use this to update an existing Company Settings (only the supplied fields are changed). Updates the specified Company Settings and returns the modified object on success. Required parameters: company_id, id. Procore API: Company Admin > Company Settings. Endpoint: PATCH /rest/v1.0/companies/{company_id}/project_owner_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — iD of the Project Owner Type | |
| name | No | JSON request body field — the Name of the Project Owner Type |