Update Company Office
update_company_officeUpdates a company office's details including name, address, and country code, with optional logo upload via multipart form data.
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. 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: 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 | |
| company_id | Yes | JSON request body field — the ID of the Company the Office belongs to | |
| office | Yes | JSON request body field — office object |