Update Company Office
update_company_officeUpdate an existing company office in Procore, changing only specified fields. Supports logo uploads and ISO country/state codes, returning the updated office.
Instructions
Updates an Office associated to a Company. #### Uploading logo To upload an office logo you must upload whole payload as multipart/form-data content-type and specify each parameter as form-data together with office[logo] as file. #### Country and State codes The country_code and state_code parameter values must conform to the ISO-3166 Alpha-2 specification. See Working with Country Codes for additional information. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified company office on success. 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: id, company_id, office. Procore API: Company Admin > Company Settings. Endpoint: PATCH /rest/v1.0/offices/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Company Settings resource | |
| office | Yes | JSON request body field — office object | |
| company_id | Yes | JSON request body field — the ID of the Company the Office belongs to |